Shades of Venetian Red #CD071C
Tints of Venetian Red #CD071C
RGB
CMYK
RGB Variations
Color information
#CD071C (or 0xCD071C) is known color: Venetian Red. HEX triplet: CD, 07 and 1C. RGB value is (205,7,28). Sum of RGB (Red+Green+Blue) = 205+7+28=240 (31% of max value = 765). Red value is 205 (80.47% from 255 or 85.42% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 205 - color contains mainly: red. Hex color #CD071C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD071C is #32F8E3. Grayscale: #444444. Windows color (decimal): -3340516 or 1837005. OLE color: 1837005.
HSL color Cylindrical-coordinate representation of color #CD071C: hue angle of 353.64º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CD071C is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 7 | 28 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.20 |
| HSL | 353.64º | 0.93% | 0.42% | - |
| HSV(B) | 353.64º | 0.97% | 0.8% | - |
| XYZ | 25.46 | 13.21 | 2.31 | - |
| YUV | 68.6 | 105.1 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 7 | 28 | 0 | 0.97 | 0.86 | 0.20 | 353.64 | 0.93 | 0.42 |
| Hex | CD | 7 | 1C | 0 | 61 | 56 | 14 | 162 | 5D | 2A |
| Octal | 315 | 7 | 34 | 0 | 141 | 126 | 24 | 542 | 135 | 52 |
| Binary | 11001101 | 111 | 11100 | 0 | 1100001 | 1010110 | 10100 | 101100010 | 1011101 | 101010 |
Color Harmonies of #CD071C
Complementary color
Monochromatic Colors of #CD071C
Black with #CD071C
Text Example
Text Example
White with #CD071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD071C; }
p { color: rgb(205,7,28); }
H1.HeaderClassName
{
color: #CD071C;
}
.AnyTagClassName
{
color: #CD071C;
}
</style>
background-color css
<style>
a { background-color: #CD071C; }
a { background-color: rgb(205,7,28); }
div.DivClassName
{
background-color: #CD071C;
}
.BgClassName
{
background-color: #CD071C;
}
</style>
border-color css
<style>
span { border-color: #CD071C; }
span { border-color: rgb(205,7,28); }
td.TdClassName
{
border-color: #CD071C;
}
.TagClassName
{
border-color: #CD071C;
}
</style>