Shades of Scarlet #F21904
Tints of Scarlet #F21904
RGB
CMYK
RGB Variations
Color information
#F21904 (or 0xF21904) is known color: Scarlet. HEX triplet: F2, 19 and 04. RGB value is (242,25,4). Sum of RGB (Red+Green+Blue) = 242+25+4=271 (35% of max value = 765). Red value is 242 (94.92% from 255 or 89.30% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 242 - color contains mainly: red. Hex color #F21904 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21904 is #0DE6FB. Grayscale: #575757. Windows color (decimal): -911100 or 268786. OLE color: 268786.
HSL color Cylindrical-coordinate representation of color #F21904: hue angle of 5.29º 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 #F21904 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 4 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.05 |
| HSL | 5.29º | 0.97% | 0.48% | - |
| HSV(B) | 5.29º | 0.98% | 0.95% | - |
| XYZ | 36.99 | 19.58 | 1.94 | - |
| YUV | 87.49 | 80.89 | 238.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 4 | 0 | 0.90 | 0.98 | 0.05 | 5.29 | 0.97 | 0.48 |
| Hex | F2 | 19 | 4 | 0 | 5A | 62 | 5 | 5 | 61 | 30 |
| Octal | 362 | 31 | 4 | 0 | 132 | 142 | 5 | 5 | 141 | 60 |
| Binary | 11110010 | 11001 | 100 | 0 | 1011010 | 1100010 | 101 | 101 | 1100001 | 110000 |
Color Harmonies of #F21904
Complementary color
Monochromatic Colors of #F21904
Black with #F21904
Text Example
Text Example
White with #F21904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21904; }
p { color: rgb(242,25,4); }
H1.HeaderClassName
{
color: #F21904;
}
.AnyTagClassName
{
color: #F21904;
}
</style>
background-color css
<style>
a { background-color: #F21904; }
a { background-color: rgb(242,25,4); }
div.DivClassName
{
background-color: #F21904;
}
.BgClassName
{
background-color: #F21904;
}
</style>
border-color css
<style>
span { border-color: #F21904; }
span { border-color: rgb(242,25,4); }
td.TdClassName
{
border-color: #F21904;
}
.TagClassName
{
border-color: #F21904;
}
</style>