Shades of Venetian Red #D4010B
Tints of Venetian Red #D4010B
RGB
CMYK
RGB Variations
Color information
#D4010B (or 0xD4010B) is known color: Venetian Red. HEX triplet: D4, 01 and 0B. RGB value is (212,1,11). Sum of RGB (Red+Green+Blue) = 212+1+11=224 (29% of max value = 765). Red value is 212 (83.20% from 255 or 94.64% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 212 - color contains mainly: red. Hex color #D4010B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4010B is #2BFEF4. Grayscale: #414141. Windows color (decimal): -2883317 or 721364. OLE color: 721364.
HSL color Cylindrical-coordinate representation of color #D4010B: hue angle of 357.16º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D4010B is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 1 | 11 | - |
| CMYK | 0 | 1.00 | 0.95 | 0.17 |
| HSL | 357.16º | 0.99% | 0.42% | - |
| HSV(B) | 357.16º | 1% | 0.83% | - |
| XYZ | 27.22 | 14.04 | 1.59 | - |
| YUV | 65.23 | 97.4 | 232.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 1 | 11 | 0 | 1.00 | 0.95 | 0.17 | 357.16 | 0.99 | 0.42 |
| Hex | D4 | 1 | B | 0 | 64 | 5F | 11 | 165 | 63 | 2A |
| Octal | 324 | 1 | 13 | 0 | 144 | 137 | 21 | 545 | 143 | 52 |
| Binary | 11010100 | 1 | 1011 | 0 | 1100100 | 1011111 | 10001 | 101100101 | 1100011 | 101010 |
Color Harmonies of #D4010B
Complementary color
Monochromatic Colors of #D4010B
Black with #D4010B
Text Example
Text Example
White with #D4010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4010B; }
p { color: rgb(212,1,11); }
H1.HeaderClassName
{
color: #D4010B;
}
.AnyTagClassName
{
color: #D4010B;
}
</style>
background-color css
<style>
a { background-color: #D4010B; }
a { background-color: rgb(212,1,11); }
div.DivClassName
{
background-color: #D4010B;
}
.BgClassName
{
background-color: #D4010B;
}
</style>
border-color css
<style>
span { border-color: #D4010B; }
span { border-color: rgb(212,1,11); }
td.TdClassName
{
border-color: #D4010B;
}
.TagClassName
{
border-color: #D4010B;
}
</style>