Shades of Venetian Red #CD0213
Tints of Venetian Red #CD0213
RGB
CMYK
RGB Variations
Color information
#CD0213 (or 0xCD0213) is known color: Venetian Red. HEX triplet: CD, 02 and 13. RGB value is (205,2,19). Sum of RGB (Red+Green+Blue) = 205+2+19=226 (29% of max value = 765). Red value is 205 (80.47% from 255 or 90.71% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0213 is #32FDEC. Grayscale: #404040. Windows color (decimal): -3341805 or 1245901. OLE color: 1245901.
HSL color Cylindrical-coordinate representation of color #CD0213: hue angle of 354.98º 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 #CD0213 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 2 | 19 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.20 |
| HSL | 354.98º | 0.98% | 0.41% | - |
| HSV(B) | 354.98º | 0.99% | 0.8% | - |
| XYZ | 25.32 | 13.07 | 1.8 | - |
| YUV | 64.64 | 102.25 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 2 | 19 | 0 | 0.99 | 0.91 | 0.20 | 354.98 | 0.98 | 0.41 |
| Hex | CD | 2 | 13 | 0 | 63 | 5B | 14 | 163 | 62 | 29 |
| Octal | 315 | 2 | 23 | 0 | 143 | 133 | 24 | 543 | 142 | 51 |
| Binary | 11001101 | 10 | 10011 | 0 | 1100011 | 1011011 | 10100 | 101100011 | 1100010 | 101001 |
Color Harmonies of #CD0213
Complementary color
Monochromatic Colors of #CD0213
Black with #CD0213
Text Example
Text Example
White with #CD0213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0213; }
p { color: rgb(205,2,19); }
H1.HeaderClassName
{
color: #CD0213;
}
.AnyTagClassName
{
color: #CD0213;
}
</style>
background-color css
<style>
a { background-color: #CD0213; }
a { background-color: rgb(205,2,19); }
div.DivClassName
{
background-color: #CD0213;
}
.BgClassName
{
background-color: #CD0213;
}
</style>
border-color css
<style>
span { border-color: #CD0213; }
span { border-color: rgb(205,2,19); }
td.TdClassName
{
border-color: #CD0213;
}
.TagClassName
{
border-color: #CD0213;
}
</style>