Shades of Scarlet #F22812
Tints of Scarlet #F22812
RGB
CMYK
RGB Variations
Color information
#F22812 (or 0xF22812) is known color: Scarlet. HEX triplet: F2, 28 and 12. RGB value is (242,40,18). Sum of RGB (Red+Green+Blue) = 242+40+18=300 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.67% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 242 - color contains mainly: red. Hex color #F22812 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22812 is #0DD7ED. Grayscale: #626262. Windows color (decimal): -907246 or 1190130. OLE color: 1190130.
HSL color Cylindrical-coordinate representation of color #F22812: hue angle of 5.89º 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 #F22812 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 18 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.05 |
| HSL | 5.89º | 0.9% | 0.51% | - |
| HSV(B) | 5.89º | 0.93% | 0.95% | - |
| XYZ | 37.49 | 20.44 | 2.54 | - |
| YUV | 97.89 | 82.92 | 230.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 18 | 0 | 0.83 | 0.93 | 0.05 | 5.89 | 0.9 | 0.51 |
| Hex | F2 | 28 | 12 | 0 | 53 | 5D | 5 | 6 | 5A | 33 |
| Octal | 362 | 50 | 22 | 0 | 123 | 135 | 5 | 6 | 132 | 63 |
| Binary | 11110010 | 101000 | 10010 | 0 | 1010011 | 1011101 | 101 | 110 | 1011010 | 110011 |
Color Harmonies of #F22812
Complementary color
Monochromatic Colors of #F22812
Black with #F22812
Text Example
Text Example
White with #F22812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22812; }
p { color: rgb(242,40,18); }
H1.HeaderClassName
{
color: #F22812;
}
.AnyTagClassName
{
color: #F22812;
}
</style>
background-color css
<style>
a { background-color: #F22812; }
a { background-color: rgb(242,40,18); }
div.DivClassName
{
background-color: #F22812;
}
.BgClassName
{
background-color: #F22812;
}
</style>
border-color css
<style>
span { border-color: #F22812; }
span { border-color: rgb(242,40,18); }
td.TdClassName
{
border-color: #F22812;
}
.TagClassName
{
border-color: #F22812;
}
</style>