#FF2912

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

Shades of Scarlet #FF2912

Tints of Scarlet #FF2912

Color information

#FF2912 (or 0xFF2912) is unknown color: approx Scarlet. HEX triplet: FF, 29 and 12. RGB value is (255,41,18). Sum of RGB (Red+Green+Blue) = 255+41+18=314 (41% of max value = 765). Red value is 255 (100% from 255 or 81.21% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2912 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2912 is #00D6ED. Grayscale: #666666. Windows color (decimal): -55022 or 1190399. OLE color: 1190399.

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

Color convert

RGB2554118-
CMYK00.840.930
HSL5.82º100%53.53%-
HSV(B)5.82º92.94%100%-
XYZ42.1422.892.77-
YUV102.3680.4236.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 81.21%
GREEN value IS 41 (16.41% from 255) = 13.06%
BLUE value IS 18 (7.42% from 255) = 5.73%
R=81.21%
G=13.06%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255411800.840.9305.8210053.53
HexFF29120545D066436
Octal377512201241350614466
Binary111111111010011001001010100101110101101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2912; }

 p { color: rgb(255,41,18); }

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

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

 a { background-color: rgb(255,41,18); }

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

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

 span { border-color: rgb(255,41,18); }

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