Shades of Venetian Red #CD081D
Tints of Venetian Red #CD081D
RGB
CMYK
RGB Variations
Color information
#CD081D (or 0xCD081D) is known color: Venetian Red. HEX triplet: CD, 08 and 1D. RGB value is (205,8,29). Sum of RGB (Red+Green+Blue) = 205+8+29=242 (32% of max value = 765). Red value is 205 (80.47% from 255 or 84.71% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 205 - color contains mainly: red. Hex color #CD081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD081D is #32F7E2. Grayscale: #454545. Windows color (decimal): -3340259 or 1902797. OLE color: 1902797.
HSL color Cylindrical-coordinate representation of color #CD081D: hue angle of 353.6º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD081D is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 8 | 29 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.20 |
| HSL | 353.6º | 0.92% | 0.42% | - |
| HSV(B) | 353.6º | 0.96% | 0.8% | - |
| XYZ | 25.49 | 13.24 | 2.38 | - |
| YUV | 69.3 | 105.27 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 8 | 29 | 0 | 0.96 | 0.86 | 0.20 | 353.6 | 0.92 | 0.42 |
| Hex | CD | 8 | 1D | 0 | 60 | 56 | 14 | 162 | 5C | 2A |
| Octal | 315 | 10 | 35 | 0 | 140 | 126 | 24 | 542 | 134 | 52 |
| Binary | 11001101 | 1000 | 11101 | 0 | 1100000 | 1010110 | 10100 | 101100010 | 1011100 | 101010 |
Color Harmonies of #CD081D
Complementary color
Monochromatic Colors of #CD081D
Black with #CD081D
Text Example
Text Example
White with #CD081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD081D; }
p { color: rgb(205,8,29); }
H1.HeaderClassName
{
color: #CD081D;
}
.AnyTagClassName
{
color: #CD081D;
}
</style>
background-color css
<style>
a { background-color: #CD081D; }
a { background-color: rgb(205,8,29); }
div.DivClassName
{
background-color: #CD081D;
}
.BgClassName
{
background-color: #CD081D;
}
</style>
border-color css
<style>
span { border-color: #CD081D; }
span { border-color: rgb(205,8,29); }
td.TdClassName
{
border-color: #CD081D;
}
.TagClassName
{
border-color: #CD081D;
}
</style>