Shades of Venetian Red #CD031D
Tints of Venetian Red #CD031D
RGB
CMYK
RGB Variations
Color information
#CD031D (or 0xCD031D) is known color: Venetian Red. HEX triplet: CD, 03 and 1D. RGB value is (205,3,29). Sum of RGB (Red+Green+Blue) = 205+3+29=237 (31% of max value = 765). Red value is 205 (80.47% from 255 or 86.50% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 205 - color contains mainly: red. Hex color #CD031D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD031D is #32FCE2. Grayscale: #424242. Windows color (decimal): -3341539 or 1901517. OLE color: 1901517.
HSL color Cylindrical-coordinate representation of color #CD031D: hue angle of 352.28º 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 #CD031D is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 3 | 29 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.20 |
| HSL | 352.28º | 0.97% | 0.41% | - |
| HSV(B) | 352.28º | 0.99% | 0.8% | - |
| XYZ | 25.43 | 13.13 | 2.36 | - |
| YUV | 66.36 | 106.92 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 3 | 29 | 0 | 0.99 | 0.86 | 0.20 | 352.28 | 0.97 | 0.41 |
| Hex | CD | 3 | 1D | 0 | 63 | 56 | 14 | 160 | 61 | 29 |
| Octal | 315 | 3 | 35 | 0 | 143 | 126 | 24 | 540 | 141 | 51 |
| Binary | 11001101 | 11 | 11101 | 0 | 1100011 | 1010110 | 10100 | 101100000 | 1100001 | 101001 |
Color Harmonies of #CD031D
Complementary color
Monochromatic Colors of #CD031D
Black with #CD031D
Text Example
Text Example
White with #CD031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD031D; }
p { color: rgb(205,3,29); }
H1.HeaderClassName
{
color: #CD031D;
}
.AnyTagClassName
{
color: #CD031D;
}
</style>
background-color css
<style>
a { background-color: #CD031D; }
a { background-color: rgb(205,3,29); }
div.DivClassName
{
background-color: #CD031D;
}
.BgClassName
{
background-color: #CD031D;
}
</style>
border-color css
<style>
span { border-color: #CD031D; }
span { border-color: rgb(205,3,29); }
td.TdClassName
{
border-color: #CD031D;
}
.TagClassName
{
border-color: #CD031D;
}
</style>