Shades of Venetian Red #CB0314
Tints of Venetian Red #CB0314
RGB
CMYK
RGB Variations
Color information
#CB0314 (or 0xCB0314) is known color: Venetian Red. HEX triplet: CB, 03 and 14. RGB value is (203,3,20). Sum of RGB (Red+Green+Blue) = 203+3+20=226 (29% of max value = 765). Red value is 203 (79.69% from 255 or 89.82% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0314 is #34FCEB. Grayscale: #404040. Windows color (decimal): -3472620 or 1311691. OLE color: 1311691.
HSL color Cylindrical-coordinate representation of color #CB0314: hue angle of 354.9º degrees, saturation: 0.97, 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 #CB0314 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 20 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.20 |
| HSL | 354.9º | 0.97% | 0.4% | - |
| HSV(B) | 354.9º | 0.99% | 0.8% | - |
| XYZ | 24.79 | 12.81 | 1.83 | - |
| YUV | 64.74 | 102.76 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 20 | 0 | 0.99 | 0.90 | 0.20 | 354.9 | 0.97 | 0.4 |
| Hex | CB | 3 | 14 | 0 | 63 | 5A | 14 | 163 | 61 | 28 |
| Octal | 313 | 3 | 24 | 0 | 143 | 132 | 24 | 543 | 141 | 50 |
| Binary | 11001011 | 11 | 10100 | 0 | 1100011 | 1011010 | 10100 | 101100011 | 1100001 | 101000 |
Color Harmonies of #CB0314
Complementary color
Monochromatic Colors of #CB0314
Black with #CB0314
Text Example
Text Example
White with #CB0314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0314; }
p { color: rgb(203,3,20); }
H1.HeaderClassName
{
color: #CB0314;
}
.AnyTagClassName
{
color: #CB0314;
}
</style>
background-color css
<style>
a { background-color: #CB0314; }
a { background-color: rgb(203,3,20); }
div.DivClassName
{
background-color: #CB0314;
}
.BgClassName
{
background-color: #CB0314;
}
</style>
border-color css
<style>
span { border-color: #CB0314; }
span { border-color: rgb(203,3,20); }
td.TdClassName
{
border-color: #CB0314;
}
.TagClassName
{
border-color: #CB0314;
}
</style>