Shades of Venetian Red #D50222
Tints of Venetian Red #D50222
RGB
CMYK
RGB Variations
Color information
#D50222 (or 0xD50222) is known color: Venetian Red. HEX triplet: D5, 02 and 22. RGB value is (213,2,34). Sum of RGB (Red+Green+Blue) = 213+2+34=249 (32% of max value = 765). Red value is 213 (83.59% from 255 or 85.54% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 34 (13.67% from 255 or 13.65% from 249); Max value from RGB is 213 - color contains mainly: red. Hex color #D50222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50222 is #2AFDDD. Grayscale: #444444. Windows color (decimal): -2817502 or 2228949. OLE color: 2228949.
HSL color Cylindrical-coordinate representation of color #D50222: hue angle of 350.9º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D50222 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 34 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.16 |
| HSL | 350.9º | 0.98% | 0.42% | - |
| HSV(B) | 350.9º | 0.99% | 0.84% | - |
| XYZ | 27.75 | 14.31 | 2.81 | - |
| YUV | 68.74 | 108.4 | 230.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 34 | 0 | 0.99 | 0.84 | 0.16 | 350.9 | 0.98 | 0.42 |
| Hex | D5 | 2 | 22 | 0 | 63 | 54 | 10 | 15F | 62 | 2A |
| Octal | 325 | 2 | 42 | 0 | 143 | 124 | 20 | 537 | 142 | 52 |
| Binary | 11010101 | 10 | 100010 | 0 | 1100011 | 1010100 | 10000 | 101011111 | 1100010 | 101010 |
Color Harmonies of #D50222
Complementary color
Monochromatic Colors of #D50222
Black with #D50222
Text Example
Text Example
White with #D50222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50222; }
p { color: rgb(213,2,34); }
H1.HeaderClassName
{
color: #D50222;
}
.AnyTagClassName
{
color: #D50222;
}
</style>
background-color css
<style>
a { background-color: #D50222; }
a { background-color: rgb(213,2,34); }
div.DivClassName
{
background-color: #D50222;
}
.BgClassName
{
background-color: #D50222;
}
</style>
border-color css
<style>
span { border-color: #D50222; }
span { border-color: rgb(213,2,34); }
td.TdClassName
{
border-color: #D50222;
}
.TagClassName
{
border-color: #D50222;
}
</style>