Shades of Red #FF0D0B
Tints of Red #FF0D0B
RGB
CMYK
RGB Variations
Color information
#FF0D0B (or 0xFF0D0B) is known color: Red. HEX triplet: FF, 0D and 0B. RGB value is (255,13,11). Sum of RGB (Red+Green+Blue) = 255+13+11=279 (36% of max value = 765). Red value is 255 (100% from 255 or 91.40% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D0B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0D0B is #00F2F4. Grayscale: #555555. Windows color (decimal): -62197 or 724479. OLE color: 724479.
HSL color Cylindrical-coordinate representation of color #FF0D0B: hue angle of 0.49º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0D0B is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 11 | - |
| CMYK | 0 | 0.95 | 0.96 | 0 |
| HSL | 0.49º | 1% | 0.52% | - |
| HSV(B) | 0.49º | 0.96% | 1% | - |
| XYZ | 41.44 | 21.57 | 2.3 | - |
| YUV | 85.13 | 86.17 | 249.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 11 | 0 | 0.95 | 0.96 | 0 | 0.49 | 1 | 0.52 |
| Hex | FF | D | B | 0 | 5F | 60 | 0 | 0 | 64 | 34 |
| Octal | 377 | 15 | 13 | 0 | 137 | 140 | 0 | 0 | 144 | 64 |
| Binary | 11111111 | 1101 | 1011 | 0 | 1011111 | 1100000 | 0 | 0 | 1100100 | 110100 |
Color Harmonies of #FF0D0B
Complementary color
Monochromatic Colors of #FF0D0B
Black with #FF0D0B
Text Example
Text Example
White with #FF0D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0D0B; }
p { color: rgb(255,13,11); }
H1.HeaderClassName
{
color: #FF0D0B;
}
.AnyTagClassName
{
color: #FF0D0B;
}
</style>
background-color css
<style>
a { background-color: #FF0D0B; }
a { background-color: rgb(255,13,11); }
div.DivClassName
{
background-color: #FF0D0B;
}
.BgClassName
{
background-color: #FF0D0B;
}
</style>
border-color css
<style>
span { border-color: #FF0D0B; }
span { border-color: rgb(255,13,11); }
td.TdClassName
{
border-color: #FF0D0B;
}
.TagClassName
{
border-color: #FF0D0B;
}
</style>