Shades of Venetian Red #CD001B
Tints of Venetian Red #CD001B
RGB
CMYK
RGB Variations
Color information
#CD001B (or 0xCD001B) is known color: Venetian Red. HEX triplet: CD, 00 and 1B. RGB value is (205,0,27). Sum of RGB (Red+Green+Blue) = 205+0+27=232 (30% of max value = 765). Red value is 205 (80.47% from 255 or 88.36% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 205 - color contains mainly: red. Hex color #CD001B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD001B is #32FFE4. Grayscale: #404040. Windows color (decimal): -3342309 or 1769677. OLE color: 1769677.
HSL color Cylindrical-coordinate representation of color #CD001B: hue angle of 352.1º 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 #CD001B is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.87 | 0.20 |
| HSL | 352.1º | 1% | 0.4% | - |
| HSV(B) | 352.1º | 1% | 0.8% | - |
| XYZ | 25.37 | 13.06 | 2.22 | - |
| YUV | 64.37 | 106.92 | 228.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 27 | 0 | 1 | 0.87 | 0.20 | 352.1 | 1 | 0.4 |
| Hex | CD | 0 | 1B | 0 | 64 | 57 | 14 | 160 | 64 | 28 |
| Octal | 315 | 0 | 33 | 0 | 144 | 127 | 24 | 540 | 144 | 50 |
| Binary | 11001101 | 0 | 11011 | 0 | 1100100 | 1010111 | 10100 | 101100000 | 1100100 | 101000 |
Color Harmonies of #CD001B
Complementary color
Monochromatic Colors of #CD001B
Black with #CD001B
Text Example
Text Example
White with #CD001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD001B; }
p { color: rgb(205,0,27); }
H1.HeaderClassName
{
color: #CD001B;
}
.AnyTagClassName
{
color: #CD001B;
}
</style>
background-color css
<style>
a { background-color: #CD001B; }
a { background-color: rgb(205,0,27); }
div.DivClassName
{
background-color: #CD001B;
}
.BgClassName
{
background-color: #CD001B;
}
</style>
border-color css
<style>
span { border-color: #CD001B; }
span { border-color: rgb(205,0,27); }
td.TdClassName
{
border-color: #CD001B;
}
.TagClassName
{
border-color: #CD001B;
}
</style>