Shades of Venetian Red #CB002A
Tints of Venetian Red #CB002A
RGB
CMYK
RGB Variations
Color information
#CB002A (or 0xCB002A) is known color: Venetian Red. HEX triplet: CB, 00 and 2A. RGB value is (203,0,42). Sum of RGB (Red+Green+Blue) = 203+0+42=245 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.86% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 203 - color contains mainly: red. Hex color #CB002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB002A is #34FFD5. Grayscale: #414141. Windows color (decimal): -3473366 or 2752715. OLE color: 2752715.
HSL color Cylindrical-coordinate representation of color #CB002A: hue angle of 347.59º 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 #CB002A is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.79 | 0.20 |
| HSL | 347.59º | 1% | 0.4% | - |
| HSV(B) | 347.59º | 1% | 0.8% | - |
| XYZ | 25.05 | 12.86 | 3.35 | - |
| YUV | 65.49 | 114.75 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 42 | 0 | 1 | 0.79 | 0.20 | 347.59 | 1 | 0.4 |
| Hex | CB | 0 | 2A | 0 | 64 | 4F | 14 | 15C | 64 | 28 |
| Octal | 313 | 0 | 52 | 0 | 144 | 117 | 24 | 534 | 144 | 50 |
| Binary | 11001011 | 0 | 101010 | 0 | 1100100 | 1001111 | 10100 | 101011100 | 1100100 | 101000 |
Color Harmonies of #CB002A
Complementary color
Monochromatic Colors of #CB002A
Black with #CB002A
Text Example
Text Example
White with #CB002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB002A; }
p { color: rgb(203,0,42); }
H1.HeaderClassName
{
color: #CB002A;
}
.AnyTagClassName
{
color: #CB002A;
}
</style>
background-color css
<style>
a { background-color: #CB002A; }
a { background-color: rgb(203,0,42); }
div.DivClassName
{
background-color: #CB002A;
}
.BgClassName
{
background-color: #CB002A;
}
</style>
border-color css
<style>
span { border-color: #CB002A; }
span { border-color: rgb(203,0,42); }
td.TdClassName
{
border-color: #CB002A;
}
.TagClassName
{
border-color: #CB002A;
}
</style>