Shades of Venetian Red #CD0222
Tints of Venetian Red #CD0222
RGB
CMYK
RGB Variations
Color information
#CD0222 (or 0xCD0222) is known color: Venetian Red. HEX triplet: CD, 02 and 22. RGB value is (205,2,34). Sum of RGB (Red+Green+Blue) = 205+2+34=241 (31% of max value = 765). Red value is 205 (80.47% from 255 or 85.06% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 34 (13.67% from 255 or 14.11% from 241); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0222 is #32FDDD. Grayscale: #424242. Windows color (decimal): -3341790 or 2228941. OLE color: 2228941.
HSL color Cylindrical-coordinate representation of color #CD0222: hue angle of 350.54º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD0222 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 2 | 34 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.20 |
| HSL | 350.54º | 0.98% | 0.41% | - |
| HSV(B) | 350.54º | 0.99% | 0.8% | - |
| XYZ | 25.49 | 13.14 | 2.71 | - |
| YUV | 66.35 | 109.75 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 2 | 34 | 0 | 0.99 | 0.83 | 0.20 | 350.54 | 0.98 | 0.41 |
| Hex | CD | 2 | 22 | 0 | 63 | 53 | 14 | 15F | 62 | 29 |
| Octal | 315 | 2 | 42 | 0 | 143 | 123 | 24 | 537 | 142 | 51 |
| Binary | 11001101 | 10 | 100010 | 0 | 1100011 | 1010011 | 10100 | 101011111 | 1100010 | 101001 |
Color Harmonies of #CD0222
Complementary color
Monochromatic Colors of #CD0222
Black with #CD0222
Text Example
Text Example
White with #CD0222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0222; }
p { color: rgb(205,2,34); }
H1.HeaderClassName
{
color: #CD0222;
}
.AnyTagClassName
{
color: #CD0222;
}
</style>
background-color css
<style>
a { background-color: #CD0222; }
a { background-color: rgb(205,2,34); }
div.DivClassName
{
background-color: #CD0222;
}
.BgClassName
{
background-color: #CD0222;
}
</style>
border-color css
<style>
span { border-color: #CD0222; }
span { border-color: rgb(205,2,34); }
td.TdClassName
{
border-color: #CD0222;
}
.TagClassName
{
border-color: #CD0222;
}
</style>