#FF3412

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

Shades of Scarlet #FF3412

Tints of Scarlet #FF3412

Color information

#FF3412 (or 0xFF3412) is unknown color: approx Scarlet. HEX triplet: FF, 34 and 12. RGB value is (255,52,18). Sum of RGB (Red+Green+Blue) = 255+52+18=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3412 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3412 is #00CBED. Grayscale: #6D6D6D. Windows color (decimal): -52206 or 1193215. OLE color: 1193215.

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

Color convert

RGB2555218-
CMYK00.800.930
HSL8.61º100%53.53%-
HSV(B)8.61º92.94%100%-
XYZ42.5823.762.91-
YUV108.8276.75232.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 78.46%
GREEN value IS 52 (20.70% from 255) = 16%
BLUE value IS 18 (7.42% from 255) = 5.54%
R=78.46%
G=16%
B=5.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255521800.800.9308.6110053.53
HexFF34120505D096436
Octal3776422012013501114466
Binary1111111111010010010010100001011101010011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3412; }

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

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

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

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

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

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

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

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