Shades of Venetian Red #D4040B
Tints of Venetian Red #D4040B
RGB
CMYK
RGB Variations
Color information
#D4040B (or 0xD4040B) is known color: Venetian Red. HEX triplet: D4, 04 and 0B. RGB value is (212,4,11). Sum of RGB (Red+Green+Blue) = 212+4+11=227 (30% of max value = 765). Red value is 212 (83.20% from 255 or 93.39% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 212 - color contains mainly: red. Hex color #D4040B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4040B is #2BFBF4. Grayscale: #434343. Windows color (decimal): -2882549 or 722132. OLE color: 722132.
HSL color Cylindrical-coordinate representation of color #D4040B: hue angle of 357.98º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D4040B is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 4 | 11 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.17 |
| HSL | 357.98º | 0.96% | 0.42% | - |
| HSV(B) | 357.98º | 0.98% | 0.83% | - |
| XYZ | 27.26 | 14.11 | 1.6 | - |
| YUV | 66.99 | 96.41 | 231.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 4 | 11 | 0 | 0.98 | 0.95 | 0.17 | 357.98 | 0.96 | 0.42 |
| Hex | D4 | 4 | B | 0 | 62 | 5F | 11 | 166 | 60 | 2A |
| Octal | 324 | 4 | 13 | 0 | 142 | 137 | 21 | 546 | 140 | 52 |
| Binary | 11010100 | 100 | 1011 | 0 | 1100010 | 1011111 | 10001 | 101100110 | 1100000 | 101010 |
Color Harmonies of #D4040B
Complementary color
Monochromatic Colors of #D4040B
Black with #D4040B
Text Example
Text Example
White with #D4040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4040B; }
p { color: rgb(212,4,11); }
H1.HeaderClassName
{
color: #D4040B;
}
.AnyTagClassName
{
color: #D4040B;
}
</style>
background-color css
<style>
a { background-color: #D4040B; }
a { background-color: rgb(212,4,11); }
div.DivClassName
{
background-color: #D4040B;
}
.BgClassName
{
background-color: #D4040B;
}
</style>
border-color css
<style>
span { border-color: #D4040B; }
span { border-color: rgb(212,4,11); }
td.TdClassName
{
border-color: #D4040B;
}
.TagClassName
{
border-color: #D4040B;
}
</style>