Shades of Scarlet #F41602
Tints of Scarlet #F41602
RGB
CMYK
RGB Variations
Color information
#F41602 (or 0xF41602) is known color: Scarlet. HEX triplet: F4, 16 and 02. RGB value is (244,22,2). Sum of RGB (Red+Green+Blue) = 244+22+2=268 (35% of max value = 765). Red value is 244 (95.70% from 255 or 91.04% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 244 - color contains mainly: red. Hex color #F41602 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41602 is #0BE9FD. Grayscale: #565656. Windows color (decimal): -780798 or 136948. OLE color: 136948.
HSL color Cylindrical-coordinate representation of color #F41602: hue angle of 4.96º 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 #F41602 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 2 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.04 |
| HSL | 4.96º | 0.98% | 0.48% | - |
| HSV(B) | 4.96º | 0.99% | 0.96% | - |
| XYZ | 37.61 | 19.81 | 1.9 | - |
| YUV | 86.1 | 80.55 | 240.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 2 | 0 | 0.91 | 0.99 | 0.04 | 4.96 | 0.98 | 0.48 |
| Hex | F4 | 16 | 2 | 0 | 5B | 63 | 4 | 5 | 62 | 30 |
| Octal | 364 | 26 | 2 | 0 | 133 | 143 | 4 | 5 | 142 | 60 |
| Binary | 11110100 | 10110 | 10 | 0 | 1011011 | 1100011 | 100 | 101 | 1100010 | 110000 |
Color Harmonies of #F41602
Complementary color
Monochromatic Colors of #F41602
Black with #F41602
Text Example
Text Example
White with #F41602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41602; }
p { color: rgb(244,22,2); }
H1.HeaderClassName
{
color: #F41602;
}
.AnyTagClassName
{
color: #F41602;
}
</style>
background-color css
<style>
a { background-color: #F41602; }
a { background-color: rgb(244,22,2); }
div.DivClassName
{
background-color: #F41602;
}
.BgClassName
{
background-color: #F41602;
}
</style>
border-color css
<style>
span { border-color: #F41602; }
span { border-color: rgb(244,22,2); }
td.TdClassName
{
border-color: #F41602;
}
.TagClassName
{
border-color: #F41602;
}
</style>