Shades of Venetian Red #CB0517
Tints of Venetian Red #CB0517
RGB
CMYK
RGB Variations
Color information
#CB0517 (or 0xCB0517) is known color: Venetian Red. HEX triplet: CB, 05 and 17. RGB value is (203,5,23). Sum of RGB (Red+Green+Blue) = 203+5+23=231 (30% of max value = 765). Red value is 203 (79.69% from 255 or 87.88% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 23 (9.38% from 255 or 9.96% from 231); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0517 is #34FAE8. Grayscale: #424242. Windows color (decimal): -3472105 or 1508811. OLE color: 1508811.
HSL color Cylindrical-coordinate representation of color #CB0517: hue angle of 354.55º 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 #CB0517 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 5 | 23 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.20 |
| HSL | 354.55º | 0.95% | 0.41% | - |
| HSV(B) | 354.55º | 0.98% | 0.8% | - |
| XYZ | 24.84 | 12.87 | 1.99 | - |
| YUV | 66.25 | 103.6 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 23 | 0 | 0.98 | 0.89 | 0.20 | 354.55 | 0.95 | 0.41 |
| Hex | CB | 5 | 17 | 0 | 62 | 59 | 14 | 163 | 5F | 29 |
| Octal | 313 | 5 | 27 | 0 | 142 | 131 | 24 | 543 | 137 | 51 |
| Binary | 11001011 | 101 | 10111 | 0 | 1100010 | 1011001 | 10100 | 101100011 | 1011111 | 101001 |
Color Harmonies of #CB0517
Complementary color
Monochromatic Colors of #CB0517
Black with #CB0517
Text Example
Text Example
White with #CB0517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0517; }
p { color: rgb(203,5,23); }
H1.HeaderClassName
{
color: #CB0517;
}
.AnyTagClassName
{
color: #CB0517;
}
</style>
background-color css
<style>
a { background-color: #CB0517; }
a { background-color: rgb(203,5,23); }
div.DivClassName
{
background-color: #CB0517;
}
.BgClassName
{
background-color: #CB0517;
}
</style>
border-color css
<style>
span { border-color: #CB0517; }
span { border-color: rgb(203,5,23); }
td.TdClassName
{
border-color: #CB0517;
}
.TagClassName
{
border-color: #CB0517;
}
</style>