Shades of Scarlet #F21512
Tints of Scarlet #F21512
RGB
CMYK
RGB Variations
Color information
#F21512 (or 0xF21512) is known color: Scarlet. HEX triplet: F2, 15 and 12. RGB value is (242,21,18). Sum of RGB (Red+Green+Blue) = 242+21+18=281 (37% of max value = 765). Red value is 242 (94.92% from 255 or 86.12% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 242 - color contains mainly: red. Hex color #F21512 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21512 is #0DEAED. Grayscale: #565656. Windows color (decimal): -912110 or 1185266. OLE color: 1185266.
HSL color Cylindrical-coordinate representation of color #F21512: hue angle of 0.8º 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 #F21512 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 18 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.05 |
| HSL | 0.8º | 0.9% | 0.51% | - |
| HSV(B) | 0.8º | 0.93% | 0.95% | - |
| XYZ | 37 | 19.46 | 2.38 | - |
| YUV | 86.74 | 89.22 | 238.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 18 | 0 | 0.91 | 0.93 | 0.05 | 0.8 | 0.9 | 0.51 |
| Hex | F2 | 15 | 12 | 0 | 5B | 5D | 5 | 1 | 5A | 33 |
| Octal | 362 | 25 | 22 | 0 | 133 | 135 | 5 | 1 | 132 | 63 |
| Binary | 11110010 | 10101 | 10010 | 0 | 1011011 | 1011101 | 101 | 1 | 1011010 | 110011 |
Color Harmonies of #F21512
Complementary color
Monochromatic Colors of #F21512
Black with #F21512
Text Example
Text Example
White with #F21512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21512; }
p { color: rgb(242,21,18); }
H1.HeaderClassName
{
color: #F21512;
}
.AnyTagClassName
{
color: #F21512;
}
</style>
background-color css
<style>
a { background-color: #F21512; }
a { background-color: rgb(242,21,18); }
div.DivClassName
{
background-color: #F21512;
}
.BgClassName
{
background-color: #F21512;
}
</style>
border-color css
<style>
span { border-color: #F21512; }
span { border-color: rgb(242,21,18); }
td.TdClassName
{
border-color: #F21512;
}
.TagClassName
{
border-color: #F21512;
}
</style>