Shades of Scarlet #F21812
Tints of Scarlet #F21812
RGB
CMYK
RGB Variations
Color information
#F21812 (or 0xF21812) is known color: Scarlet. HEX triplet: F2, 18 and 12. RGB value is (242,24,18). Sum of RGB (Red+Green+Blue) = 242+24+18=284 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.21% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 242 - color contains mainly: red. Hex color #F21812 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21812 is #0DE7ED. Grayscale: #585858. Windows color (decimal): -911342 or 1186034. OLE color: 1186034.
HSL color Cylindrical-coordinate representation of color #F21812: hue angle of 1.61º 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 #F21812 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 18 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.05 |
| HSL | 1.61º | 0.9% | 0.51% | - |
| HSV(B) | 1.61º | 0.93% | 0.95% | - |
| XYZ | 37.05 | 19.57 | 2.4 | - |
| YUV | 88.5 | 88.22 | 237.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 18 | 0 | 0.90 | 0.93 | 0.05 | 1.61 | 0.9 | 0.51 |
| Hex | F2 | 18 | 12 | 0 | 5A | 5D | 5 | 2 | 5A | 33 |
| Octal | 362 | 30 | 22 | 0 | 132 | 135 | 5 | 2 | 132 | 63 |
| Binary | 11110010 | 11000 | 10010 | 0 | 1011010 | 1011101 | 101 | 10 | 1011010 | 110011 |
Color Harmonies of #F21812
Complementary color
Monochromatic Colors of #F21812
Black with #F21812
Text Example
Text Example
White with #F21812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21812; }
p { color: rgb(242,24,18); }
H1.HeaderClassName
{
color: #F21812;
}
.AnyTagClassName
{
color: #F21812;
}
</style>
background-color css
<style>
a { background-color: #F21812; }
a { background-color: rgb(242,24,18); }
div.DivClassName
{
background-color: #F21812;
}
.BgClassName
{
background-color: #F21812;
}
</style>
border-color css
<style>
span { border-color: #F21812; }
span { border-color: rgb(242,24,18); }
td.TdClassName
{
border-color: #F21812;
}
.TagClassName
{
border-color: #F21812;
}
</style>