Shades of Venetian Red #CD0413
Tints of Venetian Red #CD0413
RGB
CMYK
RGB Variations
Color information
#CD0413 (or 0xCD0413) is known color: Venetian Red. HEX triplet: CD, 04 and 13. RGB value is (205,4,19). Sum of RGB (Red+Green+Blue) = 205+4+19=228 (30% of max value = 765). Red value is 205 (80.47% from 255 or 89.91% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0413 is #32FBEC. Grayscale: #414141. Windows color (decimal): -3341293 or 1246413. OLE color: 1246413.
HSL color Cylindrical-coordinate representation of color #CD0413: hue angle of 355.52º 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 #CD0413 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 4 | 19 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.20 |
| HSL | 355.52º | 0.96% | 0.41% | - |
| HSV(B) | 355.52º | 0.98% | 0.8% | - |
| XYZ | 25.34 | 13.11 | 1.81 | - |
| YUV | 65.81 | 101.59 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 4 | 19 | 0 | 0.98 | 0.91 | 0.20 | 355.52 | 0.96 | 0.41 |
| Hex | CD | 4 | 13 | 0 | 62 | 5B | 14 | 164 | 60 | 29 |
| Octal | 315 | 4 | 23 | 0 | 142 | 133 | 24 | 544 | 140 | 51 |
| Binary | 11001101 | 100 | 10011 | 0 | 1100010 | 1011011 | 10100 | 101100100 | 1100000 | 101001 |
Color Harmonies of #CD0413
Complementary color
Monochromatic Colors of #CD0413
Black with #CD0413
Text Example
Text Example
White with #CD0413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0413; }
p { color: rgb(205,4,19); }
H1.HeaderClassName
{
color: #CD0413;
}
.AnyTagClassName
{
color: #CD0413;
}
</style>
background-color css
<style>
a { background-color: #CD0413; }
a { background-color: rgb(205,4,19); }
div.DivClassName
{
background-color: #CD0413;
}
.BgClassName
{
background-color: #CD0413;
}
</style>
border-color css
<style>
span { border-color: #CD0413; }
span { border-color: rgb(205,4,19); }
td.TdClassName
{
border-color: #CD0413;
}
.TagClassName
{
border-color: #CD0413;
}
</style>