Shades of Venetian Red #CB030C
Tints of Venetian Red #CB030C
RGB
CMYK
RGB Variations
Color information
#CB030C (or 0xCB030C) is known color: Venetian Red. HEX triplet: CB, 03 and 0C. RGB value is (203,3,12). Sum of RGB (Red+Green+Blue) = 203+3+12=218 (28% of max value = 765). Red value is 203 (79.69% from 255 or 93.12% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 203 - color contains mainly: red. Hex color #CB030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB030C is #34FCF3. Grayscale: #3F3F3F. Windows color (decimal): -3472628 or 787403. OLE color: 787403.
HSL color Cylindrical-coordinate representation of color #CB030C: hue angle of 357.3º 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 #CB030C is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 12 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.20 |
| HSL | 357.3º | 0.97% | 0.4% | - |
| HSV(B) | 357.3º | 0.99% | 0.8% | - |
| XYZ | 24.73 | 12.79 | 1.51 | - |
| YUV | 63.83 | 98.76 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 12 | 0 | 0.99 | 0.94 | 0.20 | 357.3 | 0.97 | 0.4 |
| Hex | CB | 3 | C | 0 | 63 | 5E | 14 | 165 | 61 | 28 |
| Octal | 313 | 3 | 14 | 0 | 143 | 136 | 24 | 545 | 141 | 50 |
| Binary | 11001011 | 11 | 1100 | 0 | 1100011 | 1011110 | 10100 | 101100101 | 1100001 | 101000 |
Color Harmonies of #CB030C
Complementary color
Monochromatic Colors of #CB030C
Black with #CB030C
Text Example
Text Example
White with #CB030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB030C; }
p { color: rgb(203,3,12); }
H1.HeaderClassName
{
color: #CB030C;
}
.AnyTagClassName
{
color: #CB030C;
}
</style>
background-color css
<style>
a { background-color: #CB030C; }
a { background-color: rgb(203,3,12); }
div.DivClassName
{
background-color: #CB030C;
}
.BgClassName
{
background-color: #CB030C;
}
</style>
border-color css
<style>
span { border-color: #CB030C; }
span { border-color: rgb(203,3,12); }
td.TdClassName
{
border-color: #CB030C;
}
.TagClassName
{
border-color: #CB030C;
}
</style>