Shades of Venetian Red #CD0424
Tints of Venetian Red #CD0424
RGB
CMYK
RGB Variations
Color information
#CD0424 (or 0xCD0424) is known color: Venetian Red. HEX triplet: CD, 04 and 24. RGB value is (205,4,36). Sum of RGB (Red+Green+Blue) = 205+4+36=245 (32% of max value = 765). Red value is 205 (80.47% from 255 or 83.67% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0424 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0424 is #32FBDB. Grayscale: #434343. Windows color (decimal): -3341276 or 2360525. OLE color: 2360525.
HSL color Cylindrical-coordinate representation of color #CD0424: hue angle of 350.45º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD0424 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 4 | 36 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.20 |
| HSL | 350.45º | 0.96% | 0.41% | - |
| HSV(B) | 350.45º | 0.98% | 0.8% | - |
| XYZ | 25.54 | 13.19 | 2.87 | - |
| YUV | 67.75 | 110.09 | 225.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 4 | 36 | 0 | 0.98 | 0.82 | 0.20 | 350.45 | 0.96 | 0.41 |
| Hex | CD | 4 | 24 | 0 | 62 | 52 | 14 | 15E | 60 | 29 |
| Octal | 315 | 4 | 44 | 0 | 142 | 122 | 24 | 536 | 140 | 51 |
| Binary | 11001101 | 100 | 100100 | 0 | 1100010 | 1010010 | 10100 | 101011110 | 1100000 | 101001 |
Color Harmonies of #CD0424
Complementary color
Monochromatic Colors of #CD0424
Black with #CD0424
Text Example
Text Example
White with #CD0424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0424; }
p { color: rgb(205,4,36); }
H1.HeaderClassName
{
color: #CD0424;
}
.AnyTagClassName
{
color: #CD0424;
}
</style>
background-color css
<style>
a { background-color: #CD0424; }
a { background-color: rgb(205,4,36); }
div.DivClassName
{
background-color: #CD0424;
}
.BgClassName
{
background-color: #CD0424;
}
</style>
border-color css
<style>
span { border-color: #CD0424; }
span { border-color: rgb(205,4,36); }
td.TdClassName
{
border-color: #CD0424;
}
.TagClassName
{
border-color: #CD0424;
}
</style>