RGB red colors. Red color codes.Red RGB color codeRed Hex/RGB color code = #FF0000 = 255*65536+0*256+0 = (255,0,0)RED=255, GREEN=0, BLUE=0Red color code chartColorHTML / CSSColor NameHex Code#RRGGBBDecimal Code(R,G,B) lightsalmon #FFA07A rgb(255,160,122) salmon #FA8072 ...
# 步骤1: 输入RGB值red<-255green<-0blue<-0# 步骤2: 将RGB值转换为颜色编码colorCode<-rgb(red,green,blue)# 步骤3: 输出颜色编码print(colorCode) 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 以上代码将输出红色的颜色编码。 类图 下面是使用mermaid语法绘制的类图,用于表示相关的类和它们之间的关系: ...
RGB color table Basic colors: ColorHTML / CSS NameHex Code #RRGGBB Decimal Code (R,G,B) Black#000000(0,0,0) White#FFFFFF(255,255,255) Red#FF0000(255,0,0) Lime#00FF00(0,255,0) Blue#0000FF(0,0,255) Yellow#FFFF00(255,255,0) ...
格式化代码(Formatting code),又称颜色代码(Color code),能使在游戏中加入含颜色和格式信息。 在Minecraft中,可以以分节符号(§)产生带颜色文字。 于Windows中,按Alt + NUMPAD2NUMPAD1或者Alt + NUMPAD0NUMPAD1NUMPAD6NUMPAD7。 于macOS中,按下⌥ Option + 6。 于Linux中,按下Compose + ...
Red Green Blue Hue ° Saturation % Value % Hue ° Saturation % Lightness % HEX # Would you like to convert a RGB color to HSV or HSL ?This is a free online color code converter, transform a color hue to another color model, supports 4 color models, RGB, HSL, HSV and HEX, ...
The color red with hexadecimal color code #ff0000 / #f00 is a shade of red. In the RGB color model #ff0000 is composed of 100.0% red, 0.0% green and 0.0% blue. In the HSL color space #ff0000 has a hue of 0° (degrees), 100% saturation and 50% lightness. This color has an...
A table summarizing the RGB color codes, which are useful but are hard to remember. Find out what color corresponds to a code, and vice versa.
Red Green Blue HSV Hue Saturation Value CMYK Cyan Magenta Yellow Key Quick use Click and Copy the codes below for quick use. Color of the text Background color Box border Text shadow Box shadow Shades & Tints 4DA6FF4391DF3A7DBF30689F2753801D3E60132A400A1520 ...
RGB Color Code White#FFFFFFrgb(255, 255, 255) Silver#C0C0C0rgb(192, 192, 192) Gray#808080rgb(128, 128, 128) Black#000000rgb(0, 0, 0) Red#FF0000rgb(255, 0, 0) Maroon#800000rgb(128, 0, 0) Yellow#FFFF00rgb(255, 255, 0) ...