Shades of Venetian Red #CD0328
Tints of Venetian Red #CD0328
RGB
CMYK
RGB Variations
Color information
#CD0328 (or 0xCD0328) is known color: Venetian Red. HEX triplet: CD, 03 and 28. RGB value is (205,3,40). Sum of RGB (Red+Green+Blue) = 205+3+40=248 (32% of max value = 765). Red value is 205 (80.47% from 255 or 82.66% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0328 is #32FCD7. Grayscale: #434343. Windows color (decimal): -3341528 or 2622413. OLE color: 2622413.
HSL color Cylindrical-coordinate representation of color #CD0328: hue angle of 349.01º 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 #CD0328 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 3 | 40 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.20 |
| HSL | 349.01º | 0.97% | 0.41% | - |
| HSV(B) | 349.01º | 0.99% | 0.8% | - |
| XYZ | 25.59 | 13.2 | 3.21 | - |
| YUV | 67.62 | 112.42 | 225.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 3 | 40 | 0 | 0.99 | 0.80 | 0.20 | 349.01 | 0.97 | 0.41 |
| Hex | CD | 3 | 28 | 0 | 63 | 50 | 14 | 15D | 61 | 29 |
| Octal | 315 | 3 | 50 | 0 | 143 | 120 | 24 | 535 | 141 | 51 |
| Binary | 11001101 | 11 | 101000 | 0 | 1100011 | 1010000 | 10100 | 101011101 | 1100001 | 101001 |
Color Harmonies of #CD0328
Complementary color
Monochromatic Colors of #CD0328
Black with #CD0328
Text Example
Text Example
White with #CD0328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0328; }
p { color: rgb(205,3,40); }
H1.HeaderClassName
{
color: #CD0328;
}
.AnyTagClassName
{
color: #CD0328;
}
</style>
background-color css
<style>
a { background-color: #CD0328; }
a { background-color: rgb(205,3,40); }
div.DivClassName
{
background-color: #CD0328;
}
.BgClassName
{
background-color: #CD0328;
}
</style>
border-color css
<style>
span { border-color: #CD0328; }
span { border-color: rgb(205,3,40); }
td.TdClassName
{
border-color: #CD0328;
}
.TagClassName
{
border-color: #CD0328;
}
</style>