Shades of Venetian Red #CB0313
Tints of Venetian Red #CB0313
RGB
CMYK
RGB Variations
Color information
#CB0313 (or 0xCB0313) is known color: Venetian Red. HEX triplet: CB, 03 and 13. RGB value is (203,3,19). Sum of RGB (Red+Green+Blue) = 203+3+19=225 (29% of max value = 765). Red value is 203 (79.69% from 255 or 90.22% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0313 is #34FCEC. Grayscale: #404040. Windows color (decimal): -3472621 or 1246155. OLE color: 1246155.
HSL color Cylindrical-coordinate representation of color #CB0313: hue angle of 355.2º 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 #CB0313 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 19 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.20 |
| HSL | 355.2º | 0.97% | 0.4% | - |
| HSV(B) | 355.2º | 0.99% | 0.8% | - |
| XYZ | 24.78 | 12.81 | 1.78 | - |
| YUV | 64.62 | 102.26 | 226.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 19 | 0 | 0.99 | 0.91 | 0.20 | 355.2 | 0.97 | 0.4 |
| Hex | CB | 3 | 13 | 0 | 63 | 5B | 14 | 163 | 61 | 28 |
| Octal | 313 | 3 | 23 | 0 | 143 | 133 | 24 | 543 | 141 | 50 |
| Binary | 11001011 | 11 | 10011 | 0 | 1100011 | 1011011 | 10100 | 101100011 | 1100001 | 101000 |
Color Harmonies of #CB0313
Complementary color
Monochromatic Colors of #CB0313
Black with #CB0313
Text Example
Text Example
White with #CB0313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0313; }
p { color: rgb(203,3,19); }
H1.HeaderClassName
{
color: #CB0313;
}
.AnyTagClassName
{
color: #CB0313;
}
</style>
background-color css
<style>
a { background-color: #CB0313; }
a { background-color: rgb(203,3,19); }
div.DivClassName
{
background-color: #CB0313;
}
.BgClassName
{
background-color: #CB0313;
}
</style>
border-color css
<style>
span { border-color: #CB0313; }
span { border-color: rgb(203,3,19); }
td.TdClassName
{
border-color: #CB0313;
}
.TagClassName
{
border-color: #CB0313;
}
</style>