Shades of Red #F00D0D
Tints of Red #F00D0D
RGB
CMYK
RGB Variations
Color information
#F00D0D (or 0xF00D0D) is known color: Red. HEX triplet: F0, 0D and 0D. RGB value is (240,13,13). Sum of RGB (Red+Green+Blue) = 240+13+13=266 (35% of max value = 765). Red value is 240 (94.14% from 255 or 90.23% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 240 - color contains mainly: red. Hex color #F00D0D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00D0D is #0FF2F2. Grayscale: #515151. Windows color (decimal): -1045235 or 855536. OLE color: 855536.
HSL color Cylindrical-coordinate representation of color #F00D0D: hue angle of 0º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00D0D is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 13 | 13 | - |
| CMYK | 0 | 0.95 | 0.95 | 0.06 |
| HSL | 0º | 0.9% | 0.5% | - |
| HSV(B) | 0º | 0.95% | 0.94% | - |
| XYZ | 36.15 | 18.84 | 2.11 | - |
| YUV | 80.87 | 89.71 | 241.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 13 | 13 | 0 | 0.95 | 0.95 | 0.06 | 0 | 0.9 | 0.5 |
| Hex | F0 | D | D | 0 | 5F | 5F | 6 | 0 | 5A | 32 |
| Octal | 360 | 15 | 15 | 0 | 137 | 137 | 6 | 0 | 132 | 62 |
| Binary | 11110000 | 1101 | 1101 | 0 | 1011111 | 1011111 | 110 | 0 | 1011010 | 110010 |
Color Harmonies of #F00D0D
Complementary color
Monochromatic Colors of #F00D0D
Black with #F00D0D
Text Example
Text Example
White with #F00D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00D0D; }
p { color: rgb(240,13,13); }
H1.HeaderClassName
{
color: #F00D0D;
}
.AnyTagClassName
{
color: #F00D0D;
}
</style>
background-color css
<style>
a { background-color: #F00D0D; }
a { background-color: rgb(240,13,13); }
div.DivClassName
{
background-color: #F00D0D;
}
.BgClassName
{
background-color: #F00D0D;
}
</style>
border-color css
<style>
span { border-color: #F00D0D; }
span { border-color: rgb(240,13,13); }
td.TdClassName
{
border-color: #F00D0D;
}
.TagClassName
{
border-color: #F00D0D;
}
</style>