Shades of Red #F40B00
Tints of Red #F40B00
RGB
CMYK
RGB Variations
Color information
#F40B00 (or 0xF40B00) is known color: Red. HEX triplet: F4, 0B and 00. RGB value is (244,11,0). Sum of RGB (Red+Green+Blue) = 244+11+0=255 (33% of max value = 765). Red value is 244 (95.70% from 255 or 95.69% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 244 - color contains mainly: red. Hex color #F40B00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40B00 is #0BF4FF. Grayscale: #4F4F4F. Windows color (decimal): -783616 or 3060. OLE color: 3060.
HSL color Cylindrical-coordinate representation of color #F40B00: hue angle of 2.7º 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 #F40B00 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 11 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.04 |
| HSL | 2.7º | 1% | 0.48% | - |
| HSV(B) | 2.7º | 1% | 0.96% | - |
| XYZ | 37.43 | 19.47 | 1.79 | - |
| YUV | 79.41 | 83.19 | 245.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 11 | 0 | 0 | 0.95 | 1 | 0.04 | 2.7 | 1 | 0.48 |
| Hex | F4 | B | 0 | 0 | 5F | 64 | 4 | 3 | 64 | 30 |
| Octal | 364 | 13 | 0 | 0 | 137 | 144 | 4 | 3 | 144 | 60 |
| Binary | 11110100 | 1011 | 0 | 0 | 1011111 | 1100100 | 100 | 11 | 1100100 | 110000 |
Color Harmonies of #F40B00
Complementary color
Monochromatic Colors of #F40B00
Black with #F40B00
Text Example
Text Example
White with #F40B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40B00; }
p { color: rgb(244,11,0); }
H1.HeaderClassName
{
color: #F40B00;
}
.AnyTagClassName
{
color: #F40B00;
}
</style>
background-color css
<style>
a { background-color: #F40B00; }
a { background-color: rgb(244,11,0); }
div.DivClassName
{
background-color: #F40B00;
}
.BgClassName
{
background-color: #F40B00;
}
</style>
border-color css
<style>
span { border-color: #F40B00; }
span { border-color: rgb(244,11,0); }
td.TdClassName
{
border-color: #F40B00;
}
.TagClassName
{
border-color: #F40B00;
}
</style>