Shades of Venetian Red #D90212
Tints of Venetian Red #D90212
RGB
CMYK
RGB Variations
Color information
#D90212 (or 0xD90212) is known color: Venetian Red. HEX triplet: D9, 02 and 12. RGB value is (217,2,18). Sum of RGB (Red+Green+Blue) = 217+2+18=237 (31% of max value = 765). Red value is 217 (85.16% from 255 or 91.56% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 217 - color contains mainly: red. Hex color #D90212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90212 is #26FDED. Grayscale: #444444. Windows color (decimal): -2555374 or 1180377. OLE color: 1180377.
HSL color Cylindrical-coordinate representation of color #D90212: hue angle of 355.53º 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 #D90212 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 18 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.15 |
| HSL | 355.53º | 0.98% | 0.43% | - |
| HSV(B) | 355.53º | 0.99% | 0.85% | - |
| XYZ | 28.75 | 14.84 | 1.92 | - |
| YUV | 68.11 | 99.73 | 234.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 18 | 0 | 0.99 | 0.92 | 0.15 | 355.53 | 0.98 | 0.43 |
| Hex | D9 | 2 | 12 | 0 | 63 | 5C | F | 164 | 62 | 2B |
| Octal | 331 | 2 | 22 | 0 | 143 | 134 | 17 | 544 | 142 | 53 |
| Binary | 11011001 | 10 | 10010 | 0 | 1100011 | 1011100 | 1111 | 101100100 | 1100010 | 101011 |
Color Harmonies of #D90212
Complementary color
Monochromatic Colors of #D90212
Black with #D90212
Text Example
Text Example
White with #D90212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90212; }
p { color: rgb(217,2,18); }
H1.HeaderClassName
{
color: #D90212;
}
.AnyTagClassName
{
color: #D90212;
}
</style>
background-color css
<style>
a { background-color: #D90212; }
a { background-color: rgb(217,2,18); }
div.DivClassName
{
background-color: #D90212;
}
.BgClassName
{
background-color: #D90212;
}
</style>
border-color css
<style>
span { border-color: #D90212; }
span { border-color: rgb(217,2,18); }
td.TdClassName
{
border-color: #D90212;
}
.TagClassName
{
border-color: #D90212;
}
</style>