Shades of Red #F00D03
Tints of Red #F00D03
RGB
CMYK
RGB Variations
Color information
#F00D03 (or 0xF00D03) is known color: Red. HEX triplet: F0, 0D and 03. RGB value is (240,13,3). Sum of RGB (Red+Green+Blue) = 240+13+3=256 (33% of max value = 765). Red value is 240 (94.14% from 255 or 93.75% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 240 - color contains mainly: red. Hex color #F00D03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00D03 is #0FF2FC. Grayscale: #505050. Windows color (decimal): -1045245 or 200176. OLE color: 200176.
HSL color Cylindrical-coordinate representation of color #F00D03: hue angle of 2.53º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00D03 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 13 | 3 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.06 |
| HSL | 2.53º | 0.98% | 0.48% | - |
| HSV(B) | 2.53º | 0.99% | 0.94% | - |
| XYZ | 36.1 | 18.82 | 1.82 | - |
| YUV | 79.73 | 84.71 | 242.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 13 | 3 | 0 | 0.95 | 0.99 | 0.06 | 2.53 | 0.98 | 0.48 |
| Hex | F0 | D | 3 | 0 | 5F | 63 | 6 | 3 | 62 | 30 |
| Octal | 360 | 15 | 3 | 0 | 137 | 143 | 6 | 3 | 142 | 60 |
| Binary | 11110000 | 1101 | 11 | 0 | 1011111 | 1100011 | 110 | 11 | 1100010 | 110000 |
Color Harmonies of #F00D03
Complementary color
Monochromatic Colors of #F00D03
Black with #F00D03
Text Example
Text Example
White with #F00D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00D03; }
p { color: rgb(240,13,3); }
H1.HeaderClassName
{
color: #F00D03;
}
.AnyTagClassName
{
color: #F00D03;
}
</style>
background-color css
<style>
a { background-color: #F00D03; }
a { background-color: rgb(240,13,3); }
div.DivClassName
{
background-color: #F00D03;
}
.BgClassName
{
background-color: #F00D03;
}
</style>
border-color css
<style>
span { border-color: #F00D03; }
span { border-color: rgb(240,13,3); }
td.TdClassName
{
border-color: #F00D03;
}
.TagClassName
{
border-color: #F00D03;
}
</style>