Shades of Scarlet #F21F12
Tints of Scarlet #F21F12
RGB
CMYK
RGB Variations
Color information
#F21F12 (or 0xF21F12) is known color: Scarlet. HEX triplet: F2, 1F and 12. RGB value is (242,31,18). Sum of RGB (Red+Green+Blue) = 242+31+18=291 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.16% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 242 - color contains mainly: red. Hex color #F21F12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F21F12 is #0DE0ED. Grayscale: #5C5C5C. Windows color (decimal): -909550 or 1187826. OLE color: 1187826.
HSL color Cylindrical-coordinate representation of color #F21F12: hue angle of 3.48º 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 #F21F12 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 31 | 18 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.05 |
| HSL | 3.48º | 0.9% | 0.51% | - |
| HSV(B) | 3.48º | 0.93% | 0.95% | - |
| XYZ | 37.22 | 19.9 | 2.45 | - |
| YUV | 92.61 | 85.9 | 234.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 31 | 18 | 0 | 0.87 | 0.93 | 0.05 | 3.48 | 0.9 | 0.51 |
| Hex | F2 | 1F | 12 | 0 | 57 | 5D | 5 | 3 | 5A | 33 |
| Octal | 362 | 37 | 22 | 0 | 127 | 135 | 5 | 3 | 132 | 63 |
| Binary | 11110010 | 11111 | 10010 | 0 | 1010111 | 1011101 | 101 | 11 | 1011010 | 110011 |
Color Harmonies of #F21F12
Complementary color
Monochromatic Colors of #F21F12
Black with #F21F12
Text Example
Text Example
White with #F21F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21F12; }
p { color: rgb(242,31,18); }
H1.HeaderClassName
{
color: #F21F12;
}
.AnyTagClassName
{
color: #F21F12;
}
</style>
background-color css
<style>
a { background-color: #F21F12; }
a { background-color: rgb(242,31,18); }
div.DivClassName
{
background-color: #F21F12;
}
.BgClassName
{
background-color: #F21F12;
}
</style>
border-color css
<style>
span { border-color: #F21F12; }
span { border-color: rgb(242,31,18); }
td.TdClassName
{
border-color: #F21F12;
}
.TagClassName
{
border-color: #F21F12;
}
</style>