Shades of Scarlet #F42404
Tints of Scarlet #F42404
RGB
CMYK
RGB Variations
Color information
#F42404 (or 0xF42404) is known color: Scarlet. HEX triplet: F4, 24 and 04. RGB value is (244,36,4). Sum of RGB (Red+Green+Blue) = 244+36+4=284 (37% of max value = 765). Red value is 244 (95.70% from 255 or 85.92% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 4 (1.95% from 255 or 1.41% from 284); Max value from RGB is 244 - color contains mainly: red. Hex color #F42404 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42404 is #0BDBFB. Grayscale: #5E5E5E. Windows color (decimal): -777212 or 271604. OLE color: 271604.
HSL color Cylindrical-coordinate representation of color #F42404: hue angle of 8º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F42404 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 4 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.04 |
| HSL | 8º | 0.97% | 0.49% | - |
| HSV(B) | 8º | 0.98% | 0.96% | - |
| XYZ | 37.96 | 20.5 | 2.07 | - |
| YUV | 94.54 | 76.91 | 234.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 4 | 0 | 0.85 | 0.98 | 0.04 | 8 | 0.97 | 0.49 |
| Hex | F4 | 24 | 4 | 0 | 55 | 62 | 4 | 8 | 61 | 31 |
| Octal | 364 | 44 | 4 | 0 | 125 | 142 | 4 | 10 | 141 | 61 |
| Binary | 11110100 | 100100 | 100 | 0 | 1010101 | 1100010 | 100 | 1000 | 1100001 | 110001 |
Color Harmonies of #F42404
Complementary color
Monochromatic Colors of #F42404
Black with #F42404
Text Example
Text Example
White with #F42404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42404; }
p { color: rgb(244,36,4); }
H1.HeaderClassName
{
color: #F42404;
}
.AnyTagClassName
{
color: #F42404;
}
</style>
background-color css
<style>
a { background-color: #F42404; }
a { background-color: rgb(244,36,4); }
div.DivClassName
{
background-color: #F42404;
}
.BgClassName
{
background-color: #F42404;
}
</style>
border-color css
<style>
span { border-color: #F42404; }
span { border-color: rgb(244,36,4); }
td.TdClassName
{
border-color: #F42404;
}
.TagClassName
{
border-color: #F42404;
}
</style>