Shades of Venetian Red #CB0A1F
Tints of Venetian Red #CB0A1F
RGB
CMYK
RGB Variations
Color information
#CB0A1F (or 0xCB0A1F) is known color: Venetian Red. HEX triplet: CB, 0A and 1F. RGB value is (203,10,31). Sum of RGB (Red+Green+Blue) = 203+10+31=244 (32% of max value = 765). Red value is 203 (79.69% from 255 or 83.20% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0A1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0A1F is #34F5E0. Grayscale: #464646. Windows color (decimal): -3470817 or 2034379. OLE color: 2034379.
HSL color Cylindrical-coordinate representation of color #CB0A1F: hue angle of 353.47º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0A1F is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 10 | 31 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.20 |
| HSL | 353.47º | 0.91% | 0.42% | - |
| HSV(B) | 353.47º | 0.95% | 0.8% | - |
| XYZ | 24.98 | 13.01 | 2.49 | - |
| YUV | 70.1 | 105.94 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 10 | 31 | 0 | 0.95 | 0.85 | 0.20 | 353.47 | 0.91 | 0.42 |
| Hex | CB | A | 1F | 0 | 5F | 55 | 14 | 161 | 5B | 2A |
| Octal | 313 | 12 | 37 | 0 | 137 | 125 | 24 | 541 | 133 | 52 |
| Binary | 11001011 | 1010 | 11111 | 0 | 1011111 | 1010101 | 10100 | 101100001 | 1011011 | 101010 |
Color Harmonies of #CB0A1F
Complementary color
Monochromatic Colors of #CB0A1F
Black with #CB0A1F
Text Example
Text Example
White with #CB0A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0A1F; }
p { color: rgb(203,10,31); }
H1.HeaderClassName
{
color: #CB0A1F;
}
.AnyTagClassName
{
color: #CB0A1F;
}
</style>
background-color css
<style>
a { background-color: #CB0A1F; }
a { background-color: rgb(203,10,31); }
div.DivClassName
{
background-color: #CB0A1F;
}
.BgClassName
{
background-color: #CB0A1F;
}
</style>
border-color css
<style>
span { border-color: #CB0A1F; }
span { border-color: rgb(203,10,31); }
td.TdClassName
{
border-color: #CB0A1F;
}
.TagClassName
{
border-color: #CB0A1F;
}
</style>