Shades of Scarlet #F42005
Tints of Scarlet #F42005
RGB
CMYK
RGB Variations
Color information
#F42005 (or 0xF42005) is known color: Scarlet. HEX triplet: F4, 20 and 05. RGB value is (244,32,5). Sum of RGB (Red+Green+Blue) = 244+32+5=281 (37% of max value = 765). Red value is 244 (95.70% from 255 or 86.83% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 244 - color contains mainly: red. Hex color #F42005 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42005 is #0BDFFA. Grayscale: #5C5C5C. Windows color (decimal): -778235 or 336116. OLE color: 336116.
HSL color Cylindrical-coordinate representation of color #F42005: hue angle of 6.78º degrees, saturation: 0.96, 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 #F42005 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 5 | - |
| CMYK | 0 | 0.87 | 0.98 | 0.04 |
| HSL | 6.78º | 0.96% | 0.49% | - |
| HSV(B) | 6.78º | 0.98% | 0.96% | - |
| XYZ | 37.85 | 20.28 | 2.06 | - |
| YUV | 92.31 | 78.74 | 236.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 5 | 0 | 0.87 | 0.98 | 0.04 | 6.78 | 0.96 | 0.49 |
| Hex | F4 | 20 | 5 | 0 | 57 | 62 | 4 | 7 | 60 | 31 |
| Octal | 364 | 40 | 5 | 0 | 127 | 142 | 4 | 7 | 140 | 61 |
| Binary | 11110100 | 100000 | 101 | 0 | 1010111 | 1100010 | 100 | 111 | 1100000 | 110001 |
Color Harmonies of #F42005
Complementary color
Monochromatic Colors of #F42005
Black with #F42005
Text Example
Text Example
White with #F42005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42005; }
p { color: rgb(244,32,5); }
H1.HeaderClassName
{
color: #F42005;
}
.AnyTagClassName
{
color: #F42005;
}
</style>
background-color css
<style>
a { background-color: #F42005; }
a { background-color: rgb(244,32,5); }
div.DivClassName
{
background-color: #F42005;
}
.BgClassName
{
background-color: #F42005;
}
</style>
border-color css
<style>
span { border-color: #F42005; }
span { border-color: rgb(244,32,5); }
td.TdClassName
{
border-color: #F42005;
}
.TagClassName
{
border-color: #F42005;
}
</style>