Shades of Venetian Red #D2030B
Tints of Venetian Red #D2030B
RGB
CMYK
RGB Variations
Color information
#D2030B (or 0xD2030B) is known color: Venetian Red. HEX triplet: D2, 03 and 0B. RGB value is (210,3,11). Sum of RGB (Red+Green+Blue) = 210+3+11=224 (29% of max value = 765). Red value is 210 (82.42% from 255 or 93.75% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 210 - color contains mainly: red. Hex color #D2030B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2030B is #2DFCF4. Grayscale: #414141. Windows color (decimal): -3013877 or 721874. OLE color: 721874.
HSL color Cylindrical-coordinate representation of color #D2030B: hue angle of 357.68º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2030B is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 11 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.18 |
| HSL | 357.68º | 0.97% | 0.42% | - |
| HSV(B) | 357.68º | 0.99% | 0.82% | - |
| XYZ | 26.67 | 13.79 | 1.57 | - |
| YUV | 65.81 | 97.08 | 230.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 11 | 0 | 0.99 | 0.95 | 0.18 | 357.68 | 0.97 | 0.42 |
| Hex | D2 | 3 | B | 0 | 63 | 5F | 12 | 166 | 61 | 2A |
| Octal | 322 | 3 | 13 | 0 | 143 | 137 | 22 | 546 | 141 | 52 |
| Binary | 11010010 | 11 | 1011 | 0 | 1100011 | 1011111 | 10010 | 101100110 | 1100001 | 101010 |
Color Harmonies of #D2030B
Complementary color
Monochromatic Colors of #D2030B
Black with #D2030B
Text Example
Text Example
White with #D2030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2030B; }
p { color: rgb(210,3,11); }
H1.HeaderClassName
{
color: #D2030B;
}
.AnyTagClassName
{
color: #D2030B;
}
</style>
background-color css
<style>
a { background-color: #D2030B; }
a { background-color: rgb(210,3,11); }
div.DivClassName
{
background-color: #D2030B;
}
.BgClassName
{
background-color: #D2030B;
}
</style>
border-color css
<style>
span { border-color: #D2030B; }
span { border-color: rgb(210,3,11); }
td.TdClassName
{
border-color: #D2030B;
}
.TagClassName
{
border-color: #D2030B;
}
</style>