Shades of Venetian Red #D40B0C
Tints of Venetian Red #D40B0C
RGB
CMYK
RGB Variations
Color information
#D40B0C (or 0xD40B0C) is known color: Venetian Red. HEX triplet: D4, 0B and 0C. RGB value is (212,11,12). Sum of RGB (Red+Green+Blue) = 212+11+12=235 (31% of max value = 765). Red value is 212 (83.20% from 255 or 90.21% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 212 - color contains mainly: red. Hex color #D40B0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40B0C is #2BF4F3. Grayscale: #474747. Windows color (decimal): -2880756 or 789460. OLE color: 789460.
HSL color Cylindrical-coordinate representation of color #D40B0C: hue angle of 359.7º degrees, saturation: 0.9, 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 #D40B0C is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 11 | 12 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.17 |
| HSL | 359.7º | 0.9% | 0.44% | - |
| HSV(B) | 359.7º | 0.95% | 0.83% | - |
| XYZ | 27.34 | 14.26 | 1.66 | - |
| YUV | 71.21 | 94.59 | 228.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 11 | 12 | 0 | 0.95 | 0.94 | 0.17 | 359.7 | 0.9 | 0.44 |
| Hex | D4 | B | C | 0 | 5F | 5E | 11 | 168 | 5A | 2C |
| Octal | 324 | 13 | 14 | 0 | 137 | 136 | 21 | 550 | 132 | 54 |
| Binary | 11010100 | 1011 | 1100 | 0 | 1011111 | 1011110 | 10001 | 101101000 | 1011010 | 101100 |
Color Harmonies of #D40B0C
Complementary color
Monochromatic Colors of #D40B0C
Black with #D40B0C
Text Example
Text Example
White with #D40B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40B0C; }
p { color: rgb(212,11,12); }
H1.HeaderClassName
{
color: #D40B0C;
}
.AnyTagClassName
{
color: #D40B0C;
}
</style>
background-color css
<style>
a { background-color: #D40B0C; }
a { background-color: rgb(212,11,12); }
div.DivClassName
{
background-color: #D40B0C;
}
.BgClassName
{
background-color: #D40B0C;
}
</style>
border-color css
<style>
span { border-color: #D40B0C; }
span { border-color: rgb(212,11,12); }
td.TdClassName
{
border-color: #D40B0C;
}
.TagClassName
{
border-color: #D40B0C;
}
</style>