Shades of Venetian Red #D2031C
Tints of Venetian Red #D2031C
RGB
CMYK
RGB Variations
Color information
#D2031C (or 0xD2031C) is known color: Venetian Red. HEX triplet: D2, 03 and 1C. RGB value is (210,3,28). Sum of RGB (Red+Green+Blue) = 210+3+28=241 (31% of max value = 765). Red value is 210 (82.42% from 255 or 87.14% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 210 - color contains mainly: red. Hex color #D2031C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2031C is #2DFCE3. Grayscale: #434343. Windows color (decimal): -3013860 or 1835986. OLE color: 1835986.
HSL color Cylindrical-coordinate representation of color #D2031C: hue angle of 352.75º 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 #D2031C is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 28 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.18 |
| HSL | 352.75º | 0.97% | 0.42% | - |
| HSV(B) | 352.75º | 0.99% | 0.82% | - |
| XYZ | 26.82 | 13.85 | 2.36 | - |
| YUV | 67.74 | 105.58 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 28 | 0 | 0.99 | 0.87 | 0.18 | 352.75 | 0.97 | 0.42 |
| Hex | D2 | 3 | 1C | 0 | 63 | 57 | 12 | 161 | 61 | 2A |
| Octal | 322 | 3 | 34 | 0 | 143 | 127 | 22 | 541 | 141 | 52 |
| Binary | 11010010 | 11 | 11100 | 0 | 1100011 | 1010111 | 10010 | 101100001 | 1100001 | 101010 |
Color Harmonies of #D2031C
Complementary color
Monochromatic Colors of #D2031C
Black with #D2031C
Text Example
Text Example
White with #D2031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2031C; }
p { color: rgb(210,3,28); }
H1.HeaderClassName
{
color: #D2031C;
}
.AnyTagClassName
{
color: #D2031C;
}
</style>
background-color css
<style>
a { background-color: #D2031C; }
a { background-color: rgb(210,3,28); }
div.DivClassName
{
background-color: #D2031C;
}
.BgClassName
{
background-color: #D2031C;
}
</style>
border-color css
<style>
span { border-color: #D2031C; }
span { border-color: rgb(210,3,28); }
td.TdClassName
{
border-color: #D2031C;
}
.TagClassName
{
border-color: #D2031C;
}
</style>