Shades of Scarlet #F22804
Tints of Scarlet #F22804
RGB
CMYK
RGB Variations
Color information
#F22804 (or 0xF22804) is known color: Scarlet. HEX triplet: F2, 28 and 04. RGB value is (242,40,4). Sum of RGB (Red+Green+Blue) = 242+40+4=286 (37% of max value = 765). Red value is 242 (94.92% from 255 or 84.62% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 242 - color contains mainly: red. Hex color #F22804 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22804 is #0DD7FB. Grayscale: #606060. Windows color (decimal): -907260 or 272626. OLE color: 272626.
HSL color Cylindrical-coordinate representation of color #F22804: hue angle of 9.08º 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 #F22804 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 4 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.05 |
| HSL | 9.08º | 0.97% | 0.48% | - |
| HSV(B) | 9.08º | 0.98% | 0.95% | - |
| XYZ | 37.4 | 20.4 | 2.08 | - |
| YUV | 96.29 | 75.92 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 4 | 0 | 0.83 | 0.98 | 0.05 | 9.08 | 0.97 | 0.48 |
| Hex | F2 | 28 | 4 | 0 | 53 | 62 | 5 | 9 | 61 | 30 |
| Octal | 362 | 50 | 4 | 0 | 123 | 142 | 5 | 11 | 141 | 60 |
| Binary | 11110010 | 101000 | 100 | 0 | 1010011 | 1100010 | 101 | 1001 | 1100001 | 110000 |
Color Harmonies of #F22804
Complementary color
Monochromatic Colors of #F22804
Black with #F22804
Text Example
Text Example
White with #F22804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22804; }
p { color: rgb(242,40,4); }
H1.HeaderClassName
{
color: #F22804;
}
.AnyTagClassName
{
color: #F22804;
}
</style>
background-color css
<style>
a { background-color: #F22804; }
a { background-color: rgb(242,40,4); }
div.DivClassName
{
background-color: #F22804;
}
.BgClassName
{
background-color: #F22804;
}
</style>
border-color css
<style>
span { border-color: #F22804; }
span { border-color: rgb(242,40,4); }
td.TdClassName
{
border-color: #F22804;
}
.TagClassName
{
border-color: #F22804;
}
</style>