Shades of Venetian Red #CB031A
Tints of Venetian Red #CB031A
RGB
CMYK
RGB Variations
Color information
#CB031A (or 0xCB031A) is known color: Venetian Red. HEX triplet: CB, 03 and 1A. RGB value is (203,3,26). Sum of RGB (Red+Green+Blue) = 203+3+26=232 (30% of max value = 765). Red value is 203 (79.69% from 255 or 87.5% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 26 (10.55% from 255 or 11.21% from 232); Max value from RGB is 203 - color contains mainly: red. Hex color #CB031A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB031A is #34FCE5. Grayscale: #414141. Windows color (decimal): -3472614 or 1704907. OLE color: 1704907.
HSL color Cylindrical-coordinate representation of color #CB031A: hue angle of 353.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 #CB031A is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 26 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.20 |
| HSL | 353.1º | 0.97% | 0.4% | - |
| HSV(B) | 353.1º | 0.99% | 0.8% | - |
| XYZ | 24.85 | 12.84 | 2.15 | - |
| YUV | 65.42 | 105.76 | 226.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 26 | 0 | 0.99 | 0.87 | 0.20 | 353.1 | 0.97 | 0.4 |
| Hex | CB | 3 | 1A | 0 | 63 | 57 | 14 | 161 | 61 | 28 |
| Octal | 313 | 3 | 32 | 0 | 143 | 127 | 24 | 541 | 141 | 50 |
| Binary | 11001011 | 11 | 11010 | 0 | 1100011 | 1010111 | 10100 | 101100001 | 1100001 | 101000 |
Color Harmonies of #CB031A
Complementary color
Monochromatic Colors of #CB031A
Black with #CB031A
Text Example
Text Example
White with #CB031A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB031A; }
p { color: rgb(203,3,26); }
H1.HeaderClassName
{
color: #CB031A;
}
.AnyTagClassName
{
color: #CB031A;
}
</style>
background-color css
<style>
a { background-color: #CB031A; }
a { background-color: rgb(203,3,26); }
div.DivClassName
{
background-color: #CB031A;
}
.BgClassName
{
background-color: #CB031A;
}
</style>
border-color css
<style>
span { border-color: #CB031A; }
span { border-color: rgb(203,3,26); }
td.TdClassName
{
border-color: #CB031A;
}
.TagClassName
{
border-color: #CB031A;
}
</style>