Shades of Scarlet #F42A16
Tints of Scarlet #F42A16
RGB
CMYK
RGB Variations
Color information
#F42A16 (or 0xF42A16) is known color: Scarlet. HEX triplet: F4, 2A and 16. RGB value is (244,42,22). Sum of RGB (Red+Green+Blue) = 244+42+22=308 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.22% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 244 - color contains mainly: red. Hex color #F42A16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42A16 is #0BD5E9. Grayscale: #646464. Windows color (decimal): -775658 or 1452788. OLE color: 1452788.
HSL color Cylindrical-coordinate representation of color #F42A16: hue angle of 5.41º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F42A16 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 42 | 22 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.04 |
| HSL | 5.41º | 0.91% | 0.52% | - |
| HSV(B) | 5.41º | 0.91% | 0.96% | - |
| XYZ | 38.28 | 20.95 | 2.78 | - |
| YUV | 100.12 | 83.92 | 230.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 42 | 22 | 0 | 0.83 | 0.91 | 0.04 | 5.41 | 0.91 | 0.52 |
| Hex | F4 | 2A | 16 | 0 | 53 | 5B | 4 | 5 | 5B | 34 |
| Octal | 364 | 52 | 26 | 0 | 123 | 133 | 4 | 5 | 133 | 64 |
| Binary | 11110100 | 101010 | 10110 | 0 | 1010011 | 1011011 | 100 | 101 | 1011011 | 110100 |
Color Harmonies of #F42A16
Complementary color
Monochromatic Colors of #F42A16
Black with #F42A16
Text Example
Text Example
White with #F42A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42A16; }
p { color: rgb(244,42,22); }
H1.HeaderClassName
{
color: #F42A16;
}
.AnyTagClassName
{
color: #F42A16;
}
</style>
background-color css
<style>
a { background-color: #F42A16; }
a { background-color: rgb(244,42,22); }
div.DivClassName
{
background-color: #F42A16;
}
.BgClassName
{
background-color: #F42A16;
}
</style>
border-color css
<style>
span { border-color: #F42A16; }
span { border-color: rgb(244,42,22); }
td.TdClassName
{
border-color: #F42A16;
}
.TagClassName
{
border-color: #F42A16;
}
</style>