Shades of Scarlet #F42402
Tints of Scarlet #F42402
RGB
CMYK
RGB Variations
Color information
#F42402 (or 0xF42402) is known color: Scarlet. HEX triplet: F4, 24 and 02. RGB value is (244,36,2). Sum of RGB (Red+Green+Blue) = 244+36+2=282 (37% of max value = 765). Red value is 244 (95.70% from 255 or 86.52% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 244 - color contains mainly: red. Hex color #F42402 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42402 is #0BDBFD. Grayscale: #5E5E5E. Windows color (decimal): -777214 or 140532. OLE color: 140532.
HSL color Cylindrical-coordinate representation of color #F42402: hue angle of 8.43º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F42402 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.04 |
| HSL | 8.43º | 0.98% | 0.48% | - |
| HSV(B) | 8.43º | 0.99% | 0.96% | - |
| XYZ | 37.95 | 20.5 | 2.01 | - |
| YUV | 94.32 | 75.91 | 234.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 2 | 0 | 0.85 | 0.99 | 0.04 | 8.43 | 0.98 | 0.48 |
| Hex | F4 | 24 | 2 | 0 | 55 | 63 | 4 | 8 | 62 | 30 |
| Octal | 364 | 44 | 2 | 0 | 125 | 143 | 4 | 10 | 142 | 60 |
| Binary | 11110100 | 100100 | 10 | 0 | 1010101 | 1100011 | 100 | 1000 | 1100010 | 110000 |
Color Harmonies of #F42402
Complementary color
Monochromatic Colors of #F42402
Black with #F42402
Text Example
Text Example
White with #F42402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42402; }
p { color: rgb(244,36,2); }
H1.HeaderClassName
{
color: #F42402;
}
.AnyTagClassName
{
color: #F42402;
}
</style>
background-color css
<style>
a { background-color: #F42402; }
a { background-color: rgb(244,36,2); }
div.DivClassName
{
background-color: #F42402;
}
.BgClassName
{
background-color: #F42402;
}
</style>
border-color css
<style>
span { border-color: #F42402; }
span { border-color: rgb(244,36,2); }
td.TdClassName
{
border-color: #F42402;
}
.TagClassName
{
border-color: #F42402;
}
</style>