Shades of Venetian Red #CD012C
Tints of Venetian Red #CD012C
RGB
CMYK
RGB Variations
Color information
#CD012C (or 0xCD012C) is known color: Venetian Red. HEX triplet: CD, 01 and 2C. RGB value is (205,1,44). Sum of RGB (Red+Green+Blue) = 205+1+44=250 (33% of max value = 765). Red value is 205 (80.47% from 255 or 82% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 205 - color contains mainly: red. Hex color #CD012C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD012C is #32FED3. Grayscale: #424242. Windows color (decimal): -3342036 or 2884045. OLE color: 2884045.
HSL color Cylindrical-coordinate representation of color #CD012C: hue angle of 347.35º 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 #CD012C is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 1 | 44 | - |
| CMYK | 0 | 1.00 | 0.79 | 0.20 |
| HSL | 347.35º | 0.99% | 0.4% | - |
| HSV(B) | 347.35º | 1% | 0.8% | - |
| XYZ | 25.64 | 13.18 | 3.58 | - |
| YUV | 66.9 | 115.09 | 226.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 1 | 44 | 0 | 1.00 | 0.79 | 0.20 | 347.35 | 0.99 | 0.4 |
| Hex | CD | 1 | 2C | 0 | 64 | 4F | 14 | 15B | 63 | 28 |
| Octal | 315 | 1 | 54 | 0 | 144 | 117 | 24 | 533 | 143 | 50 |
| Binary | 11001101 | 1 | 101100 | 0 | 1100100 | 1001111 | 10100 | 101011011 | 1100011 | 101000 |
Color Harmonies of #CD012C
Complementary color
Monochromatic Colors of #CD012C
Black with #CD012C
Text Example
Text Example
White with #CD012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD012C; }
p { color: rgb(205,1,44); }
H1.HeaderClassName
{
color: #CD012C;
}
.AnyTagClassName
{
color: #CD012C;
}
</style>
background-color css
<style>
a { background-color: #CD012C; }
a { background-color: rgb(205,1,44); }
div.DivClassName
{
background-color: #CD012C;
}
.BgClassName
{
background-color: #CD012C;
}
</style>
border-color css
<style>
span { border-color: #CD012C; }
span { border-color: rgb(205,1,44); }
td.TdClassName
{
border-color: #CD012C;
}
.TagClassName
{
border-color: #CD012C;
}
</style>