Shades of Venetian Red #CD011F
Tints of Venetian Red #CD011F
RGB
CMYK
RGB Variations
Color information
#CD011F (or 0xCD011F) is known color: Venetian Red. HEX triplet: CD, 01 and 1F. RGB value is (205,1,31). Sum of RGB (Red+Green+Blue) = 205+1+31=237 (31% of max value = 765). Red value is 205 (80.47% from 255 or 86.50% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 205 - color contains mainly: red. Hex color #CD011F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD011F is #32FEE0. Grayscale: #414141. Windows color (decimal): -3342049 or 2032077. OLE color: 2032077.
HSL color Cylindrical-coordinate representation of color #CD011F: hue angle of 351.18º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD011F is Cyan = 0, Magento = 1.00, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 1 | 31 | - |
| CMYK | 0 | 1.00 | 0.85 | 0.20 |
| HSL | 351.18º | 0.99% | 0.4% | - |
| HSV(B) | 351.18º | 1% | 0.8% | - |
| XYZ | 25.44 | 13.1 | 2.48 | - |
| YUV | 65.42 | 108.59 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 1 | 31 | 0 | 1.00 | 0.85 | 0.20 | 351.18 | 0.99 | 0.4 |
| Hex | CD | 1 | 1F | 0 | 64 | 55 | 14 | 15F | 63 | 28 |
| Octal | 315 | 1 | 37 | 0 | 144 | 125 | 24 | 537 | 143 | 50 |
| Binary | 11001101 | 1 | 11111 | 0 | 1100100 | 1010101 | 10100 | 101011111 | 1100011 | 101000 |
Color Harmonies of #CD011F
Complementary color
Monochromatic Colors of #CD011F
Black with #CD011F
Text Example
Text Example
White with #CD011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD011F; }
p { color: rgb(205,1,31); }
H1.HeaderClassName
{
color: #CD011F;
}
.AnyTagClassName
{
color: #CD011F;
}
</style>
background-color css
<style>
a { background-color: #CD011F; }
a { background-color: rgb(205,1,31); }
div.DivClassName
{
background-color: #CD011F;
}
.BgClassName
{
background-color: #CD011F;
}
</style>
border-color css
<style>
span { border-color: #CD011F; }
span { border-color: rgb(205,1,31); }
td.TdClassName
{
border-color: #CD011F;
}
.TagClassName
{
border-color: #CD011F;
}
</style>