Shades of Venetian Red #D20511
Tints of Venetian Red #D20511
RGB
CMYK
RGB Variations
Color information
#D20511 (or 0xD20511) is known color: Venetian Red. HEX triplet: D2, 05 and 11. RGB value is (210,5,17). Sum of RGB (Red+Green+Blue) = 210+5+17=232 (30% of max value = 765). Red value is 210 (82.42% from 255 or 90.52% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 210 - color contains mainly: red. Hex color #D20511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20511 is #2DFAEE. Grayscale: #434343. Windows color (decimal): -3013359 or 1115602. OLE color: 1115602.
HSL color Cylindrical-coordinate representation of color #D20511: hue angle of 356.49º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D20511 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 5 | 17 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.18 |
| HSL | 356.49º | 0.95% | 0.42% | - |
| HSV(B) | 356.49º | 0.98% | 0.82% | - |
| XYZ | 26.73 | 13.85 | 1.79 | - |
| YUV | 67.66 | 99.42 | 229.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 17 | 0 | 0.98 | 0.92 | 0.18 | 356.49 | 0.95 | 0.42 |
| Hex | D2 | 5 | 11 | 0 | 62 | 5C | 12 | 164 | 5F | 2A |
| Octal | 322 | 5 | 21 | 0 | 142 | 134 | 22 | 544 | 137 | 52 |
| Binary | 11010010 | 101 | 10001 | 0 | 1100010 | 1011100 | 10010 | 101100100 | 1011111 | 101010 |
Color Harmonies of #D20511
Complementary color
Monochromatic Colors of #D20511
Black with #D20511
Text Example
Text Example
White with #D20511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20511; }
p { color: rgb(210,5,17); }
H1.HeaderClassName
{
color: #D20511;
}
.AnyTagClassName
{
color: #D20511;
}
</style>
background-color css
<style>
a { background-color: #D20511; }
a { background-color: rgb(210,5,17); }
div.DivClassName
{
background-color: #D20511;
}
.BgClassName
{
background-color: #D20511;
}
</style>
border-color css
<style>
span { border-color: #D20511; }
span { border-color: rgb(210,5,17); }
td.TdClassName
{
border-color: #D20511;
}
.TagClassName
{
border-color: #D20511;
}
</style>