Shades of Venetian Red #CD0305
Tints of Venetian Red #CD0305
RGB
CMYK
RGB Variations
Color information
#CD0305 (or 0xCD0305) is known color: Venetian Red. HEX triplet: CD, 03 and 05. RGB value is (205,3,5). Sum of RGB (Red+Green+Blue) = 205+3+5=213 (28% of max value = 765). Red value is 205 (80.47% from 255 or 96.24% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0305 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0305 is #32FCFA. Grayscale: #3F3F3F. Windows color (decimal): -3341563 or 328653. OLE color: 328653.
HSL color Cylindrical-coordinate representation of color #CD0305: hue angle of 359.41º degrees, saturation: 0.97, 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 #CD0305 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 3 | 5 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.20 |
| HSL | 359.41º | 0.97% | 0.41% | - |
| HSV(B) | 359.41º | 0.99% | 0.8% | - |
| XYZ | 25.24 | 13.06 | 1.33 | - |
| YUV | 63.63 | 94.92 | 228.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 3 | 5 | 0 | 0.99 | 0.98 | 0.20 | 359.41 | 0.97 | 0.41 |
| Hex | CD | 3 | 5 | 0 | 63 | 62 | 14 | 167 | 61 | 29 |
| Octal | 315 | 3 | 5 | 0 | 143 | 142 | 24 | 547 | 141 | 51 |
| Binary | 11001101 | 11 | 101 | 0 | 1100011 | 1100010 | 10100 | 101100111 | 1100001 | 101001 |
Color Harmonies of #CD0305
Complementary color
Monochromatic Colors of #CD0305
Black with #CD0305
Text Example
Text Example
White with #CD0305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0305; }
p { color: rgb(205,3,5); }
H1.HeaderClassName
{
color: #CD0305;
}
.AnyTagClassName
{
color: #CD0305;
}
</style>
background-color css
<style>
a { background-color: #CD0305; }
a { background-color: rgb(205,3,5); }
div.DivClassName
{
background-color: #CD0305;
}
.BgClassName
{
background-color: #CD0305;
}
</style>
border-color css
<style>
span { border-color: #CD0305; }
span { border-color: rgb(205,3,5); }
td.TdClassName
{
border-color: #CD0305;
}
.TagClassName
{
border-color: #CD0305;
}
</style>