Shades of Scarlet #F22904
Tints of Scarlet #F22904
RGB
CMYK
RGB Variations
Color information
#F22904 (or 0xF22904) is known color: Scarlet. HEX triplet: F2, 29 and 04. RGB value is (242,41,4). Sum of RGB (Red+Green+Blue) = 242+41+4=287 (38% of max value = 765). Red value is 242 (94.92% from 255 or 84.32% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 4 (1.95% from 255 or 1.39% from 287); Max value from RGB is 242 - color contains mainly: red. Hex color #F22904 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22904 is #0DD6FB. Grayscale: #616161. Windows color (decimal): -907004 or 272882. OLE color: 272882.
HSL color Cylindrical-coordinate representation of color #F22904: hue angle of 9.33º 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 #F22904 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 4 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.05 |
| HSL | 9.33º | 0.97% | 0.48% | - |
| HSV(B) | 9.33º | 0.98% | 0.95% | - |
| XYZ | 37.43 | 20.47 | 2.09 | - |
| YUV | 96.88 | 75.59 | 231.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 4 | 0 | 0.83 | 0.98 | 0.05 | 9.33 | 0.97 | 0.48 |
| Hex | F2 | 29 | 4 | 0 | 53 | 62 | 5 | 9 | 61 | 30 |
| Octal | 362 | 51 | 4 | 0 | 123 | 142 | 5 | 11 | 141 | 60 |
| Binary | 11110010 | 101001 | 100 | 0 | 1010011 | 1100010 | 101 | 1001 | 1100001 | 110000 |
Color Harmonies of #F22904
Complementary color
Monochromatic Colors of #F22904
Black with #F22904
Text Example
Text Example
White with #F22904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22904; }
p { color: rgb(242,41,4); }
H1.HeaderClassName
{
color: #F22904;
}
.AnyTagClassName
{
color: #F22904;
}
</style>
background-color css
<style>
a { background-color: #F22904; }
a { background-color: rgb(242,41,4); }
div.DivClassName
{
background-color: #F22904;
}
.BgClassName
{
background-color: #F22904;
}
</style>
border-color css
<style>
span { border-color: #F22904; }
span { border-color: rgb(242,41,4); }
td.TdClassName
{
border-color: #F22904;
}
.TagClassName
{
border-color: #F22904;
}
</style>