#FF2600

Color #FF2600 Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #FF2600

Tints of Scarlet #FF2600

Color information

#FF2600 (or 0xFF2600) is unknown color: approx Scarlet. HEX triplet: FF, 26 and 00. RGB value is (255,38,0). Sum of RGB (Red+Green+Blue) = 255+38+0=293 (38% of max value = 765). Red value is 255 (100% from 255 or 87.03% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2600 is #00D9FF. Grayscale: #626262. Windows color (decimal): -55808 or 9983. OLE color: 9983.

HSL color Cylindrical-coordinate representation of color #FF2600: hue angle of 8.94º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF2600 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB255380-
CMYK00.8510
HSL8.94º100%50%-
HSV(B)8.94º100%100%-
XYZ41.9322.652.16-
YUV98.5572.39239.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 87.03%
GREEN value IS 38 (15.23% from 255) = 12.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=87.03%
G=12.97%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25538000.85108.9410050
HexFF26005564096432
Octal377460012514401114462
Binary111111111001100010101011100100010011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2600; }

 p { color: rgb(255,38,0); }

 H1.HeaderClassName
 {
   color: #FF2600;
 }
 .AnyTagClassName
 {
   color: #FF2600;
 }
</style>
background-color css

<style>
 a { background-color: #FF2600; }

 a { background-color: rgb(255,38,0); }

 div.DivClassName
 {
   background-color: #FF2600;
 }
 .BgClassName
 {
   background-color: #FF2600;
 }
</style>
border-color css

<style>
 span { border-color: #FF2600; }

 span { border-color: rgb(255,38,0); }

 td.TdClassName
 {
   border-color: #FF2600;
 }
 .TagClassName
 {
   border-color: #FF2600;
 }
</style>