Shades of Venetian Red #D40A0B
Tints of Venetian Red #D40A0B
RGB
CMYK
RGB Variations
Color information
#D40A0B (or 0xD40A0B) is known color: Venetian Red. HEX triplet: D4, 0A and 0B. RGB value is (212,10,11). Sum of RGB (Red+Green+Blue) = 212+10+11=233 (30% of max value = 765). Red value is 212 (83.20% from 255 or 90.99% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 212 - color contains mainly: red. Hex color #D40A0B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40A0B is #2BF5F4. Grayscale: #464646. Windows color (decimal): -2881013 or 723668. OLE color: 723668.
HSL color Cylindrical-coordinate representation of color #D40A0B: hue angle of 359.7º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40A0B is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 10 | 11 | - |
| CMYK | 0 | 0.95 | 0.95 | 0.17 |
| HSL | 359.7º | 0.91% | 0.44% | - |
| HSV(B) | 359.7º | 0.95% | 0.83% | - |
| XYZ | 27.32 | 14.24 | 1.62 | - |
| YUV | 70.51 | 94.42 | 228.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 10 | 11 | 0 | 0.95 | 0.95 | 0.17 | 359.7 | 0.91 | 0.44 |
| Hex | D4 | A | B | 0 | 5F | 5F | 11 | 168 | 5B | 2C |
| Octal | 324 | 12 | 13 | 0 | 137 | 137 | 21 | 550 | 133 | 54 |
| Binary | 11010100 | 1010 | 1011 | 0 | 1011111 | 1011111 | 10001 | 101101000 | 1011011 | 101100 |
Color Harmonies of #D40A0B
Complementary color
Monochromatic Colors of #D40A0B
Black with #D40A0B
Text Example
Text Example
White with #D40A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40A0B; }
p { color: rgb(212,10,11); }
H1.HeaderClassName
{
color: #D40A0B;
}
.AnyTagClassName
{
color: #D40A0B;
}
</style>
background-color css
<style>
a { background-color: #D40A0B; }
a { background-color: rgb(212,10,11); }
div.DivClassName
{
background-color: #D40A0B;
}
.BgClassName
{
background-color: #D40A0B;
}
</style>
border-color css
<style>
span { border-color: #D40A0B; }
span { border-color: rgb(212,10,11); }
td.TdClassName
{
border-color: #D40A0B;
}
.TagClassName
{
border-color: #D40A0B;
}
</style>