Shades of Red #F40802
Tints of Red #F40802
RGB
CMYK
RGB Variations
Color information
#F40802 (or 0xF40802) is known color: Red. HEX triplet: F4, 08 and 02. RGB value is (244,8,2). Sum of RGB (Red+Green+Blue) = 244+8+2=254 (33% of max value = 765). Red value is 244 (95.70% from 255 or 96.06% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 244 - color contains mainly: red. Hex color #F40802 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40802 is #0BF7FD. Grayscale: #4E4E4E. Windows color (decimal): -784382 or 133364. OLE color: 133364.
HSL color Cylindrical-coordinate representation of color #F40802: hue angle of 1.49º 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 #F40802 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 8 | 2 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.04 |
| HSL | 1.49º | 0.98% | 0.48% | - |
| HSV(B) | 1.49º | 0.99% | 0.96% | - |
| XYZ | 37.41 | 19.41 | 1.83 | - |
| YUV | 77.88 | 85.19 | 246.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 8 | 2 | 0 | 0.97 | 0.99 | 0.04 | 1.49 | 0.98 | 0.48 |
| Hex | F4 | 8 | 2 | 0 | 61 | 63 | 4 | 1 | 62 | 30 |
| Octal | 364 | 10 | 2 | 0 | 141 | 143 | 4 | 1 | 142 | 60 |
| Binary | 11110100 | 1000 | 10 | 0 | 1100001 | 1100011 | 100 | 1 | 1100010 | 110000 |
Color Harmonies of #F40802
Complementary color
Monochromatic Colors of #F40802
Black with #F40802
Text Example
Text Example
White with #F40802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40802; }
p { color: rgb(244,8,2); }
H1.HeaderClassName
{
color: #F40802;
}
.AnyTagClassName
{
color: #F40802;
}
</style>
background-color css
<style>
a { background-color: #F40802; }
a { background-color: rgb(244,8,2); }
div.DivClassName
{
background-color: #F40802;
}
.BgClassName
{
background-color: #F40802;
}
</style>
border-color css
<style>
span { border-color: #F40802; }
span { border-color: rgb(244,8,2); }
td.TdClassName
{
border-color: #F40802;
}
.TagClassName
{
border-color: #F40802;
}
</style>