Shades of Venetian Red #CB0023
Tints of Venetian Red #CB0023
RGB
CMYK
RGB Variations
Color information
#CB0023 (or 0xCB0023) is known color: Venetian Red. HEX triplet: CB, 00 and 23. RGB value is (203,0,35). Sum of RGB (Red+Green+Blue) = 203+0+35=238 (31% of max value = 765). Red value is 203 (79.69% from 255 or 85.29% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 35 (14.06% from 255 or 14.71% from 238); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0023 is #34FFDC. Grayscale: #404040. Windows color (decimal): -3473373 or 2293963. OLE color: 2293963.
HSL color Cylindrical-coordinate representation of color #CB0023: hue angle of 349.66º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB0023 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 35 | - |
| CMYK | 0 | 1 | 0.83 | 0.20 |
| HSL | 349.66º | 1% | 0.4% | - |
| HSV(B) | 349.66º | 1% | 0.8% | - |
| XYZ | 24.93 | 12.82 | 2.75 | - |
| YUV | 64.69 | 111.25 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 35 | 0 | 1 | 0.83 | 0.20 | 349.66 | 1 | 0.4 |
| Hex | CB | 0 | 23 | 0 | 64 | 53 | 14 | 15E | 64 | 28 |
| Octal | 313 | 0 | 43 | 0 | 144 | 123 | 24 | 536 | 144 | 50 |
| Binary | 11001011 | 0 | 100011 | 0 | 1100100 | 1010011 | 10100 | 101011110 | 1100100 | 101000 |
Color Harmonies of #CB0023
Complementary color
Monochromatic Colors of #CB0023
Black with #CB0023
Text Example
Text Example
White with #CB0023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0023; }
p { color: rgb(203,0,35); }
H1.HeaderClassName
{
color: #CB0023;
}
.AnyTagClassName
{
color: #CB0023;
}
</style>
background-color css
<style>
a { background-color: #CB0023; }
a { background-color: rgb(203,0,35); }
div.DivClassName
{
background-color: #CB0023;
}
.BgClassName
{
background-color: #CB0023;
}
</style>
border-color css
<style>
span { border-color: #CB0023; }
span { border-color: rgb(203,0,35); }
td.TdClassName
{
border-color: #CB0023;
}
.TagClassName
{
border-color: #CB0023;
}
</style>