Shades of Venetian Red #CD001F
Tints of Venetian Red #CD001F
RGB
CMYK
RGB Variations
Color information
#CD001F (or 0xCD001F) is known color: Venetian Red. HEX triplet: CD, 00 and 1F. RGB value is (205,0,31). Sum of RGB (Red+Green+Blue) = 205+0+31=236 (31% of max value = 765). Red value is 205 (80.47% from 255 or 86.86% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 205 - color contains mainly: red. Hex color #CD001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD001F is #32FFE0. Grayscale: #404040. Windows color (decimal): -3342305 or 2031821. OLE color: 2031821.
HSL color Cylindrical-coordinate representation of color #CD001F: hue angle of 350.93º 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 #CD001F is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.85 | 0.20 |
| HSL | 350.93º | 1% | 0.4% | - |
| HSV(B) | 350.93º | 1% | 0.8% | - |
| XYZ | 25.42 | 13.08 | 2.48 | - |
| YUV | 64.83 | 108.92 | 227.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 31 | 0 | 1 | 0.85 | 0.20 | 350.93 | 1 | 0.4 |
| Hex | CD | 0 | 1F | 0 | 64 | 55 | 14 | 15F | 64 | 28 |
| Octal | 315 | 0 | 37 | 0 | 144 | 125 | 24 | 537 | 144 | 50 |
| Binary | 11001101 | 0 | 11111 | 0 | 1100100 | 1010101 | 10100 | 101011111 | 1100100 | 101000 |
Color Harmonies of #CD001F
Complementary color
Monochromatic Colors of #CD001F
Black with #CD001F
Text Example
Text Example
White with #CD001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD001F; }
p { color: rgb(205,0,31); }
H1.HeaderClassName
{
color: #CD001F;
}
.AnyTagClassName
{
color: #CD001F;
}
</style>
background-color css
<style>
a { background-color: #CD001F; }
a { background-color: rgb(205,0,31); }
div.DivClassName
{
background-color: #CD001F;
}
.BgClassName
{
background-color: #CD001F;
}
</style>
border-color css
<style>
span { border-color: #CD001F; }
span { border-color: rgb(205,0,31); }
td.TdClassName
{
border-color: #CD001F;
}
.TagClassName
{
border-color: #CD001F;
}
</style>