Shades of Venetian Red #CB0310
Tints of Venetian Red #CB0310
RGB
CMYK
RGB Variations
Color information
#CB0310 (or 0xCB0310) is known color: Venetian Red. HEX triplet: CB, 03 and 10. RGB value is (203,3,16). Sum of RGB (Red+Green+Blue) = 203+3+16=222 (29% of max value = 765). Red value is 203 (79.69% from 255 or 91.44% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0310 is #34FCEF. Grayscale: #404040. Windows color (decimal): -3472624 or 1049547. OLE color: 1049547.
HSL color Cylindrical-coordinate representation of color #CB0310: hue angle of 356.1º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB0310 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 16 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.20 |
| HSL | 356.1º | 0.97% | 0.4% | - |
| HSV(B) | 356.1º | 0.99% | 0.8% | - |
| XYZ | 24.75 | 12.8 | 1.66 | - |
| YUV | 64.28 | 100.76 | 226.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 16 | 0 | 0.99 | 0.92 | 0.20 | 356.1 | 0.97 | 0.4 |
| Hex | CB | 3 | 10 | 0 | 63 | 5C | 14 | 164 | 61 | 28 |
| Octal | 313 | 3 | 20 | 0 | 143 | 134 | 24 | 544 | 141 | 50 |
| Binary | 11001011 | 11 | 10000 | 0 | 1100011 | 1011100 | 10100 | 101100100 | 1100001 | 101000 |
Color Harmonies of #CB0310
Complementary color
Monochromatic Colors of #CB0310
Black with #CB0310
Text Example
Text Example
White with #CB0310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0310; }
p { color: rgb(203,3,16); }
H1.HeaderClassName
{
color: #CB0310;
}
.AnyTagClassName
{
color: #CB0310;
}
</style>
background-color css
<style>
a { background-color: #CB0310; }
a { background-color: rgb(203,3,16); }
div.DivClassName
{
background-color: #CB0310;
}
.BgClassName
{
background-color: #CB0310;
}
</style>
border-color css
<style>
span { border-color: #CB0310; }
span { border-color: rgb(203,3,16); }
td.TdClassName
{
border-color: #CB0310;
}
.TagClassName
{
border-color: #CB0310;
}
</style>