Shades of Venetian Red #CB0018
Tints of Venetian Red #CB0018
RGB
CMYK
RGB Variations
Color information
#CB0018 (or 0xCB0018) is known color: Venetian Red. HEX triplet: CB, 00 and 18. RGB value is (203,0,24). Sum of RGB (Red+Green+Blue) = 203+0+24=227 (30% of max value = 765). Red value is 203 (79.69% from 255 or 89.43% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0018 is #34FFE7. Grayscale: #3F3F3F. Windows color (decimal): -3473384 or 1573067. OLE color: 1573067.
HSL color Cylindrical-coordinate representation of color #CB0018: hue angle of 352.91º 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 #CB0018 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 24 | - |
| CMYK | 0 | 1 | 0.88 | 0.20 |
| HSL | 352.91º | 1% | 0.4% | - |
| HSV(B) | 352.91º | 1% | 0.8% | - |
| XYZ | 24.79 | 12.76 | 2.02 | - |
| YUV | 63.43 | 105.75 | 227.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 24 | 0 | 1 | 0.88 | 0.20 | 352.91 | 1 | 0.4 |
| Hex | CB | 0 | 18 | 0 | 64 | 58 | 14 | 161 | 64 | 28 |
| Octal | 313 | 0 | 30 | 0 | 144 | 130 | 24 | 541 | 144 | 50 |
| Binary | 11001011 | 0 | 11000 | 0 | 1100100 | 1011000 | 10100 | 101100001 | 1100100 | 101000 |
Color Harmonies of #CB0018
Complementary color
Monochromatic Colors of #CB0018
Black with #CB0018
Text Example
Text Example
White with #CB0018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0018; }
p { color: rgb(203,0,24); }
H1.HeaderClassName
{
color: #CB0018;
}
.AnyTagClassName
{
color: #CB0018;
}
</style>
background-color css
<style>
a { background-color: #CB0018; }
a { background-color: rgb(203,0,24); }
div.DivClassName
{
background-color: #CB0018;
}
.BgClassName
{
background-color: #CB0018;
}
</style>
border-color css
<style>
span { border-color: #CB0018; }
span { border-color: rgb(203,0,24); }
td.TdClassName
{
border-color: #CB0018;
}
.TagClassName
{
border-color: #CB0018;
}
</style>