Shades of Venetian Red #D00215
Tints of Venetian Red #D00215
RGB
CMYK
RGB Variations
Color information
#D00215 (or 0xD00215) is known color: Venetian Red. HEX triplet: D0, 02 and 15. RGB value is (208,2,21). Sum of RGB (Red+Green+Blue) = 208+2+21=231 (30% of max value = 765). Red value is 208 (81.64% from 255 or 90.04% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 208 - color contains mainly: red. Hex color #D00215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00215 is #2FFDEA. Grayscale: #414141. Windows color (decimal): -3145195 or 1376976. OLE color: 1376976.
HSL color Cylindrical-coordinate representation of color #D00215: hue angle of 354.47º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D00215 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 2 | 21 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.18 |
| HSL | 354.47º | 0.98% | 0.41% | - |
| HSV(B) | 354.47º | 0.99% | 0.82% | - |
| XYZ | 26.17 | 13.51 | 1.94 | - |
| YUV | 65.76 | 102.75 | 229.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 2 | 21 | 0 | 0.99 | 0.90 | 0.18 | 354.47 | 0.98 | 0.41 |
| Hex | D0 | 2 | 15 | 0 | 63 | 5A | 12 | 162 | 62 | 29 |
| Octal | 320 | 2 | 25 | 0 | 143 | 132 | 22 | 542 | 142 | 51 |
| Binary | 11010000 | 10 | 10101 | 0 | 1100011 | 1011010 | 10010 | 101100010 | 1100010 | 101001 |
Color Harmonies of #D00215
Complementary color
Monochromatic Colors of #D00215
Black with #D00215
Text Example
Text Example
White with #D00215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00215; }
p { color: rgb(208,2,21); }
H1.HeaderClassName
{
color: #D00215;
}
.AnyTagClassName
{
color: #D00215;
}
</style>
background-color css
<style>
a { background-color: #D00215; }
a { background-color: rgb(208,2,21); }
div.DivClassName
{
background-color: #D00215;
}
.BgClassName
{
background-color: #D00215;
}
</style>
border-color css
<style>
span { border-color: #D00215; }
span { border-color: rgb(208,2,21); }
td.TdClassName
{
border-color: #D00215;
}
.TagClassName
{
border-color: #D00215;
}
</style>