Shades of Venetian Red #CD0315
Tints of Venetian Red #CD0315
RGB
CMYK
RGB Variations
Color information
#CD0315 (or 0xCD0315) is known color: Venetian Red. HEX triplet: CD, 03 and 15. RGB value is (205,3,21). Sum of RGB (Red+Green+Blue) = 205+3+21=229 (30% of max value = 765). Red value is 205 (80.47% from 255 or 89.52% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0315 is #32FCEA. Grayscale: #414141. Windows color (decimal): -3341547 or 1377229. OLE color: 1377229.
HSL color Cylindrical-coordinate representation of color #CD0315: hue angle of 354.65º 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 #CD0315 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 3 | 21 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.20 |
| HSL | 354.65º | 0.97% | 0.41% | - |
| HSV(B) | 354.65º | 0.99% | 0.8% | - |
| XYZ | 25.34 | 13.1 | 1.9 | - |
| YUV | 65.45 | 102.92 | 227.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 3 | 21 | 0 | 0.99 | 0.90 | 0.20 | 354.65 | 0.97 | 0.41 |
| Hex | CD | 3 | 15 | 0 | 63 | 5A | 14 | 163 | 61 | 29 |
| Octal | 315 | 3 | 25 | 0 | 143 | 132 | 24 | 543 | 141 | 51 |
| Binary | 11001101 | 11 | 10101 | 0 | 1100011 | 1011010 | 10100 | 101100011 | 1100001 | 101001 |
Color Harmonies of #CD0315
Complementary color
Monochromatic Colors of #CD0315
Black with #CD0315
Text Example
Text Example
White with #CD0315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0315; }
p { color: rgb(205,3,21); }
H1.HeaderClassName
{
color: #CD0315;
}
.AnyTagClassName
{
color: #CD0315;
}
</style>
background-color css
<style>
a { background-color: #CD0315; }
a { background-color: rgb(205,3,21); }
div.DivClassName
{
background-color: #CD0315;
}
.BgClassName
{
background-color: #CD0315;
}
</style>
border-color css
<style>
span { border-color: #CD0315; }
span { border-color: rgb(205,3,21); }
td.TdClassName
{
border-color: #CD0315;
}
.TagClassName
{
border-color: #CD0315;
}
</style>