Shades of Venetian Red #CB0515
Tints of Venetian Red #CB0515
RGB
CMYK
RGB Variations
Color information
#CB0515 (or 0xCB0515) is known color: Venetian Red. HEX triplet: CB, 05 and 15. RGB value is (203,5,21). Sum of RGB (Red+Green+Blue) = 203+5+21=229 (30% of max value = 765). Red value is 203 (79.69% from 255 or 88.65% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0515 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0515 is #34FAEA. Grayscale: #424242. Windows color (decimal): -3472107 or 1377739. OLE color: 1377739.
HSL color Cylindrical-coordinate representation of color #CB0515: hue angle of 355.15º 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 #CB0515 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 5 | 21 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.20 |
| HSL | 355.15º | 0.95% | 0.41% | - |
| HSV(B) | 355.15º | 0.98% | 0.8% | - |
| XYZ | 24.82 | 12.86 | 1.88 | - |
| YUV | 66.03 | 102.6 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 21 | 0 | 0.98 | 0.90 | 0.20 | 355.15 | 0.95 | 0.41 |
| Hex | CB | 5 | 15 | 0 | 62 | 5A | 14 | 163 | 5F | 29 |
| Octal | 313 | 5 | 25 | 0 | 142 | 132 | 24 | 543 | 137 | 51 |
| Binary | 11001011 | 101 | 10101 | 0 | 1100010 | 1011010 | 10100 | 101100011 | 1011111 | 101001 |
Color Harmonies of #CB0515
Complementary color
Monochromatic Colors of #CB0515
Black with #CB0515
Text Example
Text Example
White with #CB0515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0515; }
p { color: rgb(203,5,21); }
H1.HeaderClassName
{
color: #CB0515;
}
.AnyTagClassName
{
color: #CB0515;
}
</style>
background-color css
<style>
a { background-color: #CB0515; }
a { background-color: rgb(203,5,21); }
div.DivClassName
{
background-color: #CB0515;
}
.BgClassName
{
background-color: #CB0515;
}
</style>
border-color css
<style>
span { border-color: #CB0515; }
span { border-color: rgb(203,5,21); }
td.TdClassName
{
border-color: #CB0515;
}
.TagClassName
{
border-color: #CB0515;
}
</style>