Shades of Venetian Red #CB0417
Tints of Venetian Red #CB0417
RGB
CMYK
RGB Variations
Color information
#CB0417 (or 0xCB0417) is known color: Venetian Red. HEX triplet: CB, 04 and 17. RGB value is (203,4,23). Sum of RGB (Red+Green+Blue) = 203+4+23=230 (30% of max value = 765). Red value is 203 (79.69% from 255 or 88.26% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 23 (9.38% from 255 or 10% from 230); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0417 is #34FBE8. Grayscale: #414141. Windows color (decimal): -3472361 or 1508555. OLE color: 1508555.
HSL color Cylindrical-coordinate representation of color #CB0417: hue angle of 354.27º degrees, saturation: 0.96, 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 #CB0417 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 4 | 23 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.20 |
| HSL | 354.27º | 0.96% | 0.41% | - |
| HSV(B) | 354.27º | 0.98% | 0.8% | - |
| XYZ | 24.83 | 12.85 | 1.98 | - |
| YUV | 65.67 | 103.93 | 225.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 23 | 0 | 0.98 | 0.89 | 0.20 | 354.27 | 0.96 | 0.41 |
| Hex | CB | 4 | 17 | 0 | 62 | 59 | 14 | 162 | 60 | 29 |
| Octal | 313 | 4 | 27 | 0 | 142 | 131 | 24 | 542 | 140 | 51 |
| Binary | 11001011 | 100 | 10111 | 0 | 1100010 | 1011001 | 10100 | 101100010 | 1100000 | 101001 |
Color Harmonies of #CB0417
Complementary color
Monochromatic Colors of #CB0417
Black with #CB0417
Text Example
Text Example
White with #CB0417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0417; }
p { color: rgb(203,4,23); }
H1.HeaderClassName
{
color: #CB0417;
}
.AnyTagClassName
{
color: #CB0417;
}
</style>
background-color css
<style>
a { background-color: #CB0417; }
a { background-color: rgb(203,4,23); }
div.DivClassName
{
background-color: #CB0417;
}
.BgClassName
{
background-color: #CB0417;
}
</style>
border-color css
<style>
span { border-color: #CB0417; }
span { border-color: rgb(203,4,23); }
td.TdClassName
{
border-color: #CB0417;
}
.TagClassName
{
border-color: #CB0417;
}
</style>