Shades of Scarlet #F42000
Tints of Scarlet #F42000
RGB
CMYK
RGB Variations
Color information
#F42000 (or 0xF42000) is known color: Scarlet. HEX triplet: F4, 20 and 00. RGB value is (244,32,0). Sum of RGB (Red+Green+Blue) = 244+32+0=276 (36% of max value = 765). Red value is 244 (95.70% from 255 or 88.41% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 244 - color contains mainly: red. Hex color #F42000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42000 is #0BDFFF. Grayscale: #5C5C5C. Windows color (decimal): -778240 or 8436. OLE color: 8436.
HSL color Cylindrical-coordinate representation of color #F42000: hue angle of 7.87º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F42000 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.04 |
| HSL | 7.87º | 1% | 0.48% | - |
| HSV(B) | 7.87º | 1% | 0.96% | - |
| XYZ | 37.82 | 20.27 | 1.92 | - |
| YUV | 91.74 | 76.24 | 236.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 0 | 0 | 0.87 | 1 | 0.04 | 7.87 | 1 | 0.48 |
| Hex | F4 | 20 | 0 | 0 | 57 | 64 | 4 | 8 | 64 | 30 |
| Octal | 364 | 40 | 0 | 0 | 127 | 144 | 4 | 10 | 144 | 60 |
| Binary | 11110100 | 100000 | 0 | 0 | 1010111 | 1100100 | 100 | 1000 | 1100100 | 110000 |
Color Harmonies of #F42000
Complementary color
Monochromatic Colors of #F42000
Black with #F42000
Text Example
Text Example
White with #F42000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42000; }
p { color: rgb(244,32,0); }
H1.HeaderClassName
{
color: #F42000;
}
.AnyTagClassName
{
color: #F42000;
}
</style>
background-color css
<style>
a { background-color: #F42000; }
a { background-color: rgb(244,32,0); }
div.DivClassName
{
background-color: #F42000;
}
.BgClassName
{
background-color: #F42000;
}
</style>
border-color css
<style>
span { border-color: #F42000; }
span { border-color: rgb(244,32,0); }
td.TdClassName
{
border-color: #F42000;
}
.TagClassName
{
border-color: #F42000;
}
</style>