Shades of Venetian Red #D80213
Tints of Venetian Red #D80213
RGB
CMYK
RGB Variations
Color information
#D80213 (or 0xD80213) is known color: Venetian Red. HEX triplet: D8, 02 and 13. RGB value is (216,2,19). Sum of RGB (Red+Green+Blue) = 216+2+19=237 (31% of max value = 765). Red value is 216 (84.77% from 255 or 91.14% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 216 - color contains mainly: red. Hex color #D80213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80213 is #27FDEC. Grayscale: #444444. Windows color (decimal): -2620909 or 1245912. OLE color: 1245912.
HSL color Cylindrical-coordinate representation of color #D80213: hue angle of 355.23º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D80213 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 19 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.15 |
| HSL | 355.23º | 0.98% | 0.43% | - |
| HSV(B) | 355.23º | 0.99% | 0.85% | - |
| XYZ | 28.46 | 14.69 | 1.95 | - |
| YUV | 67.92 | 100.4 | 233.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 19 | 0 | 0.99 | 0.91 | 0.15 | 355.23 | 0.98 | 0.43 |
| Hex | D8 | 2 | 13 | 0 | 63 | 5B | F | 163 | 62 | 2B |
| Octal | 330 | 2 | 23 | 0 | 143 | 133 | 17 | 543 | 142 | 53 |
| Binary | 11011000 | 10 | 10011 | 0 | 1100011 | 1011011 | 1111 | 101100011 | 1100010 | 101011 |
Color Harmonies of #D80213
Complementary color
Monochromatic Colors of #D80213
Black with #D80213
Text Example
Text Example
White with #D80213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80213; }
p { color: rgb(216,2,19); }
H1.HeaderClassName
{
color: #D80213;
}
.AnyTagClassName
{
color: #D80213;
}
</style>
background-color css
<style>
a { background-color: #D80213; }
a { background-color: rgb(216,2,19); }
div.DivClassName
{
background-color: #D80213;
}
.BgClassName
{
background-color: #D80213;
}
</style>
border-color css
<style>
span { border-color: #D80213; }
span { border-color: rgb(216,2,19); }
td.TdClassName
{
border-color: #D80213;
}
.TagClassName
{
border-color: #D80213;
}
</style>