Shades of Venetian Red #D20102
Tints of Venetian Red #D20102
RGB
CMYK
RGB Variations
Color information
#D20102 (or 0xD20102) is known color: Venetian Red. HEX triplet: D2, 01 and 02. RGB value is (210,1,2). Sum of RGB (Red+Green+Blue) = 210+1+2=213 (28% of max value = 765). Red value is 210 (82.42% from 255 or 98.59% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 210 - color contains mainly: red. Hex color #D20102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20102 is #2DFEFD. Grayscale: #3F3F3F. Windows color (decimal): -3014398 or 131538. OLE color: 131538.
HSL color Cylindrical-coordinate representation of color #D20102: hue angle of 359.71º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20102 is Cyan = 0, Magento = 1.00, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 2 | - |
| CMYK | 0 | 1.00 | 0.99 | 0.18 |
| HSL | 359.71º | 0.99% | 0.41% | - |
| HSV(B) | 359.71º | 1% | 0.82% | - |
| XYZ | 26.6 | 13.73 | 1.31 | - |
| YUV | 63.61 | 93.24 | 232.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 2 | 0 | 1.00 | 0.99 | 0.18 | 359.71 | 0.99 | 0.41 |
| Hex | D2 | 1 | 2 | 0 | 64 | 63 | 12 | 168 | 63 | 29 |
| Octal | 322 | 1 | 2 | 0 | 144 | 143 | 22 | 550 | 143 | 51 |
| Binary | 11010010 | 1 | 10 | 0 | 1100100 | 1100011 | 10010 | 101101000 | 1100011 | 101001 |
Color Harmonies of #D20102
Complementary color
Monochromatic Colors of #D20102
Black with #D20102
Text Example
Text Example
White with #D20102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20102; }
p { color: rgb(210,1,2); }
H1.HeaderClassName
{
color: #D20102;
}
.AnyTagClassName
{
color: #D20102;
}
</style>
background-color css
<style>
a { background-color: #D20102; }
a { background-color: rgb(210,1,2); }
div.DivClassName
{
background-color: #D20102;
}
.BgClassName
{
background-color: #D20102;
}
</style>
border-color css
<style>
span { border-color: #D20102; }
span { border-color: rgb(210,1,2); }
td.TdClassName
{
border-color: #D20102;
}
.TagClassName
{
border-color: #D20102;
}
</style>