Shades of Scarlet #F22D12
Tints of Scarlet #F22D12
RGB
CMYK
RGB Variations
Color information
#F22D12 (or 0xF22D12) is known color: Scarlet. HEX triplet: F2, 2D and 12. RGB value is (242,45,18). Sum of RGB (Red+Green+Blue) = 242+45+18=305 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.34% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22D12 is #0DD2ED. Grayscale: #656565. Windows color (decimal): -905966 or 1191410. OLE color: 1191410.
HSL color Cylindrical-coordinate representation of color #F22D12: hue angle of 7.23º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F22D12 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 45 | 18 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.05 |
| HSL | 7.23º | 0.9% | 0.51% | - |
| HSV(B) | 7.23º | 0.93% | 0.95% | - |
| XYZ | 37.67 | 20.8 | 2.6 | - |
| YUV | 100.83 | 81.27 | 228.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 45 | 18 | 0 | 0.81 | 0.93 | 0.05 | 7.23 | 0.9 | 0.51 |
| Hex | F2 | 2D | 12 | 0 | 51 | 5D | 5 | 7 | 5A | 33 |
| Octal | 362 | 55 | 22 | 0 | 121 | 135 | 5 | 7 | 132 | 63 |
| Binary | 11110010 | 101101 | 10010 | 0 | 1010001 | 1011101 | 101 | 111 | 1011010 | 110011 |
Color Harmonies of #F22D12
Complementary color
Monochromatic Colors of #F22D12
Black with #F22D12
Text Example
Text Example
White with #F22D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22D12; }
p { color: rgb(242,45,18); }
H1.HeaderClassName
{
color: #F22D12;
}
.AnyTagClassName
{
color: #F22D12;
}
</style>
background-color css
<style>
a { background-color: #F22D12; }
a { background-color: rgb(242,45,18); }
div.DivClassName
{
background-color: #F22D12;
}
.BgClassName
{
background-color: #F22D12;
}
</style>
border-color css
<style>
span { border-color: #F22D12; }
span { border-color: rgb(242,45,18); }
td.TdClassName
{
border-color: #F22D12;
}
.TagClassName
{
border-color: #F22D12;
}
</style>