Shades of Venetian Red #CB0223
Tints of Venetian Red #CB0223
RGB
CMYK
RGB Variations
Color information
#CB0223 (or 0xCB0223) is known color: Venetian Red. HEX triplet: CB, 02 and 23. RGB value is (203,2,35). Sum of RGB (Red+Green+Blue) = 203+2+35=240 (31% of max value = 765). Red value is 203 (79.69% from 255 or 84.58% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 35 (14.06% from 255 or 14.58% from 240); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0223 is #34FDDC. Grayscale: #414141. Windows color (decimal): -3472861 or 2294475. OLE color: 2294475.
HSL color Cylindrical-coordinate representation of color #CB0223: hue angle of 350.15º degrees, saturation: 0.98, 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 #CB0223 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 2 | 35 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.20 |
| HSL | 350.15º | 0.98% | 0.4% | - |
| HSV(B) | 350.15º | 0.99% | 0.8% | - |
| XYZ | 24.95 | 12.86 | 2.76 | - |
| YUV | 65.86 | 110.59 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 35 | 0 | 0.99 | 0.83 | 0.20 | 350.15 | 0.98 | 0.4 |
| Hex | CB | 2 | 23 | 0 | 63 | 53 | 14 | 15E | 62 | 28 |
| Octal | 313 | 2 | 43 | 0 | 143 | 123 | 24 | 536 | 142 | 50 |
| Binary | 11001011 | 10 | 100011 | 0 | 1100011 | 1010011 | 10100 | 101011110 | 1100010 | 101000 |
Color Harmonies of #CB0223
Complementary color
Monochromatic Colors of #CB0223
Black with #CB0223
Text Example
Text Example
White with #CB0223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0223; }
p { color: rgb(203,2,35); }
H1.HeaderClassName
{
color: #CB0223;
}
.AnyTagClassName
{
color: #CB0223;
}
</style>
background-color css
<style>
a { background-color: #CB0223; }
a { background-color: rgb(203,2,35); }
div.DivClassName
{
background-color: #CB0223;
}
.BgClassName
{
background-color: #CB0223;
}
</style>
border-color css
<style>
span { border-color: #CB0223; }
span { border-color: rgb(203,2,35); }
td.TdClassName
{
border-color: #CB0223;
}
.TagClassName
{
border-color: #CB0223;
}
</style>