Shades of Venetian Red #D00224
Tints of Venetian Red #D00224
RGB
CMYK
RGB Variations
Color information
#D00224 (or 0xD00224) is known color: Venetian Red. HEX triplet: D0, 02 and 24. RGB value is (208,2,36). Sum of RGB (Red+Green+Blue) = 208+2+36=246 (32% of max value = 765). Red value is 208 (81.64% from 255 or 84.55% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 36 (14.45% from 255 or 14.63% from 246); Max value from RGB is 208 - color contains mainly: red. Hex color #D00224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00224 is #2FFDDB. Grayscale: #434343. Windows color (decimal): -3145180 or 2360016. OLE color: 2360016.
HSL color Cylindrical-coordinate representation of color #D00224: hue angle of 350.1º 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 #D00224 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 2 | 36 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.18 |
| HSL | 350.1º | 0.98% | 0.41% | - |
| HSV(B) | 350.1º | 0.99% | 0.82% | - |
| XYZ | 26.35 | 13.58 | 2.9 | - |
| YUV | 67.47 | 110.25 | 228.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 2 | 36 | 0 | 0.99 | 0.83 | 0.18 | 350.1 | 0.98 | 0.41 |
| Hex | D0 | 2 | 24 | 0 | 63 | 53 | 12 | 15E | 62 | 29 |
| Octal | 320 | 2 | 44 | 0 | 143 | 123 | 22 | 536 | 142 | 51 |
| Binary | 11010000 | 10 | 100100 | 0 | 1100011 | 1010011 | 10010 | 101011110 | 1100010 | 101001 |
Color Harmonies of #D00224
Complementary color
Monochromatic Colors of #D00224
Black with #D00224
Text Example
Text Example
White with #D00224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00224; }
p { color: rgb(208,2,36); }
H1.HeaderClassName
{
color: #D00224;
}
.AnyTagClassName
{
color: #D00224;
}
</style>
background-color css
<style>
a { background-color: #D00224; }
a { background-color: rgb(208,2,36); }
div.DivClassName
{
background-color: #D00224;
}
.BgClassName
{
background-color: #D00224;
}
</style>
border-color css
<style>
span { border-color: #D00224; }
span { border-color: rgb(208,2,36); }
td.TdClassName
{
border-color: #D00224;
}
.TagClassName
{
border-color: #D00224;
}
</style>