Shades of Scarlet #F21804
Tints of Scarlet #F21804
RGB
CMYK
RGB Variations
Color information
#F21804 (or 0xF21804) is known color: Scarlet. HEX triplet: F2, 18 and 04. RGB value is (242,24,4). Sum of RGB (Red+Green+Blue) = 242+24+4=270 (35% of max value = 765). Red value is 242 (94.92% from 255 or 89.63% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 242 - color contains mainly: red. Hex color #F21804 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21804 is #0DE7FB. Grayscale: #575757. Windows color (decimal): -911356 or 268530. OLE color: 268530.
HSL color Cylindrical-coordinate representation of color #F21804: hue angle of 5.04º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F21804 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 4 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.05 |
| HSL | 5.04º | 0.97% | 0.48% | - |
| HSV(B) | 5.04º | 0.98% | 0.95% | - |
| XYZ | 36.97 | 19.54 | 1.94 | - |
| YUV | 86.9 | 81.22 | 238.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 4 | 0 | 0.90 | 0.98 | 0.05 | 5.04 | 0.97 | 0.48 |
| Hex | F2 | 18 | 4 | 0 | 5A | 62 | 5 | 5 | 61 | 30 |
| Octal | 362 | 30 | 4 | 0 | 132 | 142 | 5 | 5 | 141 | 60 |
| Binary | 11110010 | 11000 | 100 | 0 | 1011010 | 1100010 | 101 | 101 | 1100001 | 110000 |
Color Harmonies of #F21804
Complementary color
Monochromatic Colors of #F21804
Black with #F21804
Text Example
Text Example
White with #F21804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21804; }
p { color: rgb(242,24,4); }
H1.HeaderClassName
{
color: #F21804;
}
.AnyTagClassName
{
color: #F21804;
}
</style>
background-color css
<style>
a { background-color: #F21804; }
a { background-color: rgb(242,24,4); }
div.DivClassName
{
background-color: #F21804;
}
.BgClassName
{
background-color: #F21804;
}
</style>
border-color css
<style>
span { border-color: #F21804; }
span { border-color: rgb(242,24,4); }
td.TdClassName
{
border-color: #F21804;
}
.TagClassName
{
border-color: #F21804;
}
</style>