#FF3212

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

Shades of Scarlet #FF3212

Tints of Scarlet #FF3212

Color information

#FF3212 (or 0xFF3212) is unknown color: approx Scarlet. HEX triplet: FF, 32 and 12. RGB value is (255,50,18). Sum of RGB (Red+Green+Blue) = 255+50+18=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3212 is #00CDED. Grayscale: #6B6B6B. Windows color (decimal): -52718 or 1192703. OLE color: 1192703.

HSL color Cylindrical-coordinate representation of color #FF3212: hue angle of 8.1º 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 #FF3212 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB2555018-
CMYK00.800.930
HSL8.1º100%53.53%-
HSV(B)8.1º92.94%100%-
XYZ42.4923.582.89-
YUV107.6577.42233.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 78.95%
GREEN value IS 50 (19.92% from 255) = 15.48%
BLUE value IS 18 (7.42% from 255) = 5.57%
R=78.95%
G=15.48%
B=5.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255501800.800.9308.110053.53
HexFF32120505D086436
Octal3776222012013501014466
Binary1111111111001010010010100001011101010001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3212; }

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

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

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

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

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

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

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

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