Shades of Venetian Red #CD091C
Tints of Venetian Red #CD091C
RGB
CMYK
RGB Variations
Color information
#CD091C (or 0xCD091C) is known color: Venetian Red. HEX triplet: CD, 09 and 1C. RGB value is (205,9,28). Sum of RGB (Red+Green+Blue) = 205+9+28=242 (32% of max value = 765). Red value is 205 (80.47% from 255 or 84.71% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 205 - color contains mainly: red. Hex color #CD091C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD091C is #32F6E3. Grayscale: #454545. Windows color (decimal): -3340004 or 1837517. OLE color: 1837517.
HSL color Cylindrical-coordinate representation of color #CD091C: hue angle of 354.18º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD091C is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 9 | 28 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.20 |
| HSL | 354.18º | 0.92% | 0.42% | - |
| HSV(B) | 354.18º | 0.96% | 0.8% | - |
| XYZ | 25.48 | 13.26 | 2.31 | - |
| YUV | 69.77 | 104.43 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 9 | 28 | 0 | 0.96 | 0.86 | 0.20 | 354.18 | 0.92 | 0.42 |
| Hex | CD | 9 | 1C | 0 | 60 | 56 | 14 | 162 | 5C | 2A |
| Octal | 315 | 11 | 34 | 0 | 140 | 126 | 24 | 542 | 134 | 52 |
| Binary | 11001101 | 1001 | 11100 | 0 | 1100000 | 1010110 | 10100 | 101100010 | 1011100 | 101010 |
Color Harmonies of #CD091C
Complementary color
Monochromatic Colors of #CD091C
Black with #CD091C
Text Example
Text Example
White with #CD091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD091C; }
p { color: rgb(205,9,28); }
H1.HeaderClassName
{
color: #CD091C;
}
.AnyTagClassName
{
color: #CD091C;
}
</style>
background-color css
<style>
a { background-color: #CD091C; }
a { background-color: rgb(205,9,28); }
div.DivClassName
{
background-color: #CD091C;
}
.BgClassName
{
background-color: #CD091C;
}
</style>
border-color css
<style>
span { border-color: #CD091C; }
span { border-color: rgb(205,9,28); }
td.TdClassName
{
border-color: #CD091C;
}
.TagClassName
{
border-color: #CD091C;
}
</style>