Shades of Venetian Red #CB0921
Tints of Venetian Red #CB0921
RGB
CMYK
RGB Variations
Color information
#CB0921 (or 0xCB0921) is known color: Venetian Red. HEX triplet: CB, 09 and 21. RGB value is (203,9,33). Sum of RGB (Red+Green+Blue) = 203+9+33=245 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.86% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0921 is #34F6DE. Grayscale: #454545. Windows color (decimal): -3471071 or 2165195. OLE color: 2165195.
HSL color Cylindrical-coordinate representation of color #CB0921: hue angle of 352.58º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0921 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 33 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.20 |
| HSL | 352.58º | 0.92% | 0.42% | - |
| HSV(B) | 352.58º | 0.96% | 0.8% | - |
| XYZ | 25 | 13 | 2.63 | - |
| YUV | 69.74 | 107.27 | 223.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 33 | 0 | 0.96 | 0.84 | 0.20 | 352.58 | 0.92 | 0.42 |
| Hex | CB | 9 | 21 | 0 | 60 | 54 | 14 | 161 | 5C | 2A |
| Octal | 313 | 11 | 41 | 0 | 140 | 124 | 24 | 541 | 134 | 52 |
| Binary | 11001011 | 1001 | 100001 | 0 | 1100000 | 1010100 | 10100 | 101100001 | 1011100 | 101010 |
Color Harmonies of #CB0921
Complementary color
Monochromatic Colors of #CB0921
Black with #CB0921
Text Example
Text Example
White with #CB0921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0921; }
p { color: rgb(203,9,33); }
H1.HeaderClassName
{
color: #CB0921;
}
.AnyTagClassName
{
color: #CB0921;
}
</style>
background-color css
<style>
a { background-color: #CB0921; }
a { background-color: rgb(203,9,33); }
div.DivClassName
{
background-color: #CB0921;
}
.BgClassName
{
background-color: #CB0921;
}
</style>
border-color css
<style>
span { border-color: #CB0921; }
span { border-color: rgb(203,9,33); }
td.TdClassName
{
border-color: #CB0921;
}
.TagClassName
{
border-color: #CB0921;
}
</style>