Shades of Venetian Red #D00213
Tints of Venetian Red #D00213
RGB
CMYK
RGB Variations
Color information
#D00213 (or 0xD00213) is known color: Venetian Red. HEX triplet: D0, 02 and 13. RGB value is (208,2,19). Sum of RGB (Red+Green+Blue) = 208+2+19=229 (30% of max value = 765). Red value is 208 (81.64% from 255 or 90.83% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 208 - color contains mainly: red. Hex color #D00213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00213 is #2FFDEC. Grayscale: #414141. Windows color (decimal): -3145197 or 1245904. OLE color: 1245904.
HSL color Cylindrical-coordinate representation of color #D00213: hue angle of 355.05º 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 #D00213 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 2 | 19 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.18 |
| HSL | 355.05º | 0.98% | 0.41% | - |
| HSV(B) | 355.05º | 0.99% | 0.82% | - |
| XYZ | 26.15 | 13.5 | 1.84 | - |
| YUV | 65.53 | 101.75 | 229.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 2 | 19 | 0 | 0.99 | 0.91 | 0.18 | 355.05 | 0.98 | 0.41 |
| Hex | D0 | 2 | 13 | 0 | 63 | 5B | 12 | 163 | 62 | 29 |
| Octal | 320 | 2 | 23 | 0 | 143 | 133 | 22 | 543 | 142 | 51 |
| Binary | 11010000 | 10 | 10011 | 0 | 1100011 | 1011011 | 10010 | 101100011 | 1100010 | 101001 |
Color Harmonies of #D00213
Complementary color
Monochromatic Colors of #D00213
Black with #D00213
Text Example
Text Example
White with #D00213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00213; }
p { color: rgb(208,2,19); }
H1.HeaderClassName
{
color: #D00213;
}
.AnyTagClassName
{
color: #D00213;
}
</style>
background-color css
<style>
a { background-color: #D00213; }
a { background-color: rgb(208,2,19); }
div.DivClassName
{
background-color: #D00213;
}
.BgClassName
{
background-color: #D00213;
}
</style>
border-color css
<style>
span { border-color: #D00213; }
span { border-color: rgb(208,2,19); }
td.TdClassName
{
border-color: #D00213;
}
.TagClassName
{
border-color: #D00213;
}
</style>