Shades of Scarlet #F52412
Tints of Scarlet #F52412
RGB
CMYK
RGB Variations
Color information
#F52412 (or 0xF52412) is known color: Scarlet. HEX triplet: F5, 24 and 12. RGB value is (245,36,18). Sum of RGB (Red+Green+Blue) = 245+36+18=299 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.94% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 245 - color contains mainly: red. Hex color #F52412 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52412 is #0ADBED. Grayscale: #606060. Windows color (decimal): -711662 or 1189109. OLE color: 1189109.
HSL color Cylindrical-coordinate representation of color #F52412: hue angle of 4.76º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F52412 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 18 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.04 |
| HSL | 4.76º | 0.92% | 0.52% | - |
| HSV(B) | 4.76º | 0.93% | 0.96% | - |
| XYZ | 38.4 | 20.72 | 2.55 | - |
| YUV | 96.44 | 83.74 | 233.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 18 | 0 | 0.85 | 0.93 | 0.04 | 4.76 | 0.92 | 0.52 |
| Hex | F5 | 24 | 12 | 0 | 55 | 5D | 4 | 5 | 5C | 34 |
| Octal | 365 | 44 | 22 | 0 | 125 | 135 | 4 | 5 | 134 | 64 |
| Binary | 11110101 | 100100 | 10010 | 0 | 1010101 | 1011101 | 100 | 101 | 1011100 | 110100 |
Color Harmonies of #F52412
Complementary color
Monochromatic Colors of #F52412
Black with #F52412
Text Example
Text Example
White with #F52412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52412; }
p { color: rgb(245,36,18); }
H1.HeaderClassName
{
color: #F52412;
}
.AnyTagClassName
{
color: #F52412;
}
</style>
background-color css
<style>
a { background-color: #F52412; }
a { background-color: rgb(245,36,18); }
div.DivClassName
{
background-color: #F52412;
}
.BgClassName
{
background-color: #F52412;
}
</style>
border-color css
<style>
span { border-color: #F52412; }
span { border-color: rgb(245,36,18); }
td.TdClassName
{
border-color: #F52412;
}
.TagClassName
{
border-color: #F52412;
}
</style>