Shades of Venetian Red #CD051C
Tints of Venetian Red #CD051C
RGB
CMYK
RGB Variations
Color information
#CD051C (or 0xCD051C) is known color: Venetian Red. HEX triplet: CD, 05 and 1C. RGB value is (205,5,28). Sum of RGB (Red+Green+Blue) = 205+5+28=238 (31% of max value = 765). Red value is 205 (80.47% from 255 or 86.13% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 205 - color contains mainly: red. Hex color #CD051C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD051C is #32FAE3. Grayscale: #434343. Windows color (decimal): -3341028 or 1836493. OLE color: 1836493.
HSL color Cylindrical-coordinate representation of color #CD051C: hue angle of 353.1º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD051C is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 5 | 28 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.20 |
| HSL | 353.1º | 0.95% | 0.41% | - |
| HSV(B) | 353.1º | 0.98% | 0.8% | - |
| XYZ | 25.44 | 13.17 | 2.3 | - |
| YUV | 67.42 | 105.76 | 226.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 5 | 28 | 0 | 0.98 | 0.86 | 0.20 | 353.1 | 0.95 | 0.41 |
| Hex | CD | 5 | 1C | 0 | 62 | 56 | 14 | 161 | 5F | 29 |
| Octal | 315 | 5 | 34 | 0 | 142 | 126 | 24 | 541 | 137 | 51 |
| Binary | 11001101 | 101 | 11100 | 0 | 1100010 | 1010110 | 10100 | 101100001 | 1011111 | 101001 |
Color Harmonies of #CD051C
Complementary color
Monochromatic Colors of #CD051C
Black with #CD051C
Text Example
Text Example
White with #CD051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD051C; }
p { color: rgb(205,5,28); }
H1.HeaderClassName
{
color: #CD051C;
}
.AnyTagClassName
{
color: #CD051C;
}
</style>
background-color css
<style>
a { background-color: #CD051C; }
a { background-color: rgb(205,5,28); }
div.DivClassName
{
background-color: #CD051C;
}
.BgClassName
{
background-color: #CD051C;
}
</style>
border-color css
<style>
span { border-color: #CD051C; }
span { border-color: rgb(205,5,28); }
td.TdClassName
{
border-color: #CD051C;
}
.TagClassName
{
border-color: #CD051C;
}
</style>