Shades of Venetian Red #CB021F
Tints of Venetian Red #CB021F
RGB
CMYK
RGB Variations
Color information
#CB021F (or 0xCB021F) is known color: Venetian Red. HEX triplet: CB, 02 and 1F. RGB value is (203,2,31). Sum of RGB (Red+Green+Blue) = 203+2+31=236 (31% of max value = 765). Red value is 203 (79.69% from 255 or 86.02% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 203 - color contains mainly: red. Hex color #CB021F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB021F is #34FDE0. Grayscale: #414141. Windows color (decimal): -3472865 or 2032331. OLE color: 2032331.
HSL color Cylindrical-coordinate representation of color #CB021F: hue angle of 351.34º 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 #CB021F is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 2 | 31 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.20 |
| HSL | 351.34º | 0.98% | 0.4% | - |
| HSV(B) | 351.34º | 0.99% | 0.8% | - |
| XYZ | 24.9 | 12.84 | 2.46 | - |
| YUV | 65.41 | 108.59 | 226.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 31 | 0 | 0.99 | 0.85 | 0.20 | 351.34 | 0.98 | 0.4 |
| Hex | CB | 2 | 1F | 0 | 63 | 55 | 14 | 15F | 62 | 28 |
| Octal | 313 | 2 | 37 | 0 | 143 | 125 | 24 | 537 | 142 | 50 |
| Binary | 11001011 | 10 | 11111 | 0 | 1100011 | 1010101 | 10100 | 101011111 | 1100010 | 101000 |
Color Harmonies of #CB021F
Complementary color
Monochromatic Colors of #CB021F
Black with #CB021F
Text Example
Text Example
White with #CB021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB021F; }
p { color: rgb(203,2,31); }
H1.HeaderClassName
{
color: #CB021F;
}
.AnyTagClassName
{
color: #CB021F;
}
</style>
background-color css
<style>
a { background-color: #CB021F; }
a { background-color: rgb(203,2,31); }
div.DivClassName
{
background-color: #CB021F;
}
.BgClassName
{
background-color: #CB021F;
}
</style>
border-color css
<style>
span { border-color: #CB021F; }
span { border-color: rgb(203,2,31); }
td.TdClassName
{
border-color: #CB021F;
}
.TagClassName
{
border-color: #CB021F;
}
</style>