Shades of Red #FF0D0D
Tints of Red #FF0D0D
RGB
CMYK
RGB Variations
Color information
#FF0D0D (or 0xFF0D0D) is known color: Red. HEX triplet: FF, 0D and 0D. RGB value is (255,13,13). Sum of RGB (Red+Green+Blue) = 255+13+13=281 (37% of max value = 765). Red value is 255 (100% from 255 or 90.75% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D0D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0D0D is #00F2F2. Grayscale: #555555. Windows color (decimal): -62195 or 855551. OLE color: 855551.
HSL color Cylindrical-coordinate representation of color #FF0D0D: hue angle of 0º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0D0D is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 13 | - |
| CMYK | 0 | 0.95 | 0.95 | 0 |
| HSL | 0º | 1% | 0.53% | - |
| HSV(B) | 0º | 0.95% | 1% | - |
| XYZ | 41.46 | 21.58 | 2.36 | - |
| YUV | 85.36 | 87.17 | 249 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 13 | 0 | 0.95 | 0.95 | 0 | 0 | 1 | 0.53 |
| Hex | FF | D | D | 0 | 5F | 5F | 0 | 0 | 64 | 35 |
| Octal | 377 | 15 | 15 | 0 | 137 | 137 | 0 | 0 | 144 | 65 |
| Binary | 11111111 | 1101 | 1101 | 0 | 1011111 | 1011111 | 0 | 0 | 1100100 | 110101 |
Color Harmonies of #FF0D0D
Complementary color
Monochromatic Colors of #FF0D0D
Black with #FF0D0D
Text Example
Text Example
White with #FF0D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0D0D; }
p { color: rgb(255,13,13); }
H1.HeaderClassName
{
color: #FF0D0D;
}
.AnyTagClassName
{
color: #FF0D0D;
}
</style>
background-color css
<style>
a { background-color: #FF0D0D; }
a { background-color: rgb(255,13,13); }
div.DivClassName
{
background-color: #FF0D0D;
}
.BgClassName
{
background-color: #FF0D0D;
}
</style>
border-color css
<style>
span { border-color: #FF0D0D; }
span { border-color: rgb(255,13,13); }
td.TdClassName
{
border-color: #FF0D0D;
}
.TagClassName
{
border-color: #FF0D0D;
}
</style>