Shades of Venetian Red #CD0015
Tints of Venetian Red #CD0015
RGB
CMYK
RGB Variations
Color information
#CD0015 (or 0xCD0015) is known color: Venetian Red. HEX triplet: CD, 00 and 15. RGB value is (205,0,21). Sum of RGB (Red+Green+Blue) = 205+0+21=226 (29% of max value = 765). Red value is 205 (80.47% from 255 or 90.71% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0015 is #32FFEA. Grayscale: #3F3F3F. Windows color (decimal): -3342315 or 1376461. OLE color: 1376461.
HSL color Cylindrical-coordinate representation of color #CD0015: hue angle of 353.85º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD0015 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.90 | 0.20 |
| HSL | 353.85º | 1% | 0.4% | - |
| HSV(B) | 353.85º | 1% | 0.8% | - |
| XYZ | 25.31 | 13.03 | 1.89 | - |
| YUV | 63.69 | 103.92 | 228.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 21 | 0 | 1 | 0.90 | 0.20 | 353.85 | 1 | 0.4 |
| Hex | CD | 0 | 15 | 0 | 64 | 5A | 14 | 162 | 64 | 28 |
| Octal | 315 | 0 | 25 | 0 | 144 | 132 | 24 | 542 | 144 | 50 |
| Binary | 11001101 | 0 | 10101 | 0 | 1100100 | 1011010 | 10100 | 101100010 | 1100100 | 101000 |
Color Harmonies of #CD0015
Complementary color
Monochromatic Colors of #CD0015
Black with #CD0015
Text Example
Text Example
White with #CD0015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0015; }
p { color: rgb(205,0,21); }
H1.HeaderClassName
{
color: #CD0015;
}
.AnyTagClassName
{
color: #CD0015;
}
</style>
background-color css
<style>
a { background-color: #CD0015; }
a { background-color: rgb(205,0,21); }
div.DivClassName
{
background-color: #CD0015;
}
.BgClassName
{
background-color: #CD0015;
}
</style>
border-color css
<style>
span { border-color: #CD0015; }
span { border-color: rgb(205,0,21); }
td.TdClassName
{
border-color: #CD0015;
}
.TagClassName
{
border-color: #CD0015;
}
</style>