Shades of Venetian Red #CB0524
Tints of Venetian Red #CB0524
RGB
CMYK
RGB Variations
Color information
#CB0524 (or 0xCB0524) is known color: Venetian Red. HEX triplet: CB, 05 and 24. RGB value is (203,5,36). Sum of RGB (Red+Green+Blue) = 203+5+36=244 (32% of max value = 765). Red value is 203 (79.69% from 255 or 83.20% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 36 (14.45% from 255 or 14.75% from 244); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0524 is #34FADB. Grayscale: #434343. Windows color (decimal): -3472092 or 2360779. OLE color: 2360779.
HSL color Cylindrical-coordinate representation of color #CB0524: hue angle of 350.61º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB0524 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 5 | 36 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.20 |
| HSL | 350.61º | 0.95% | 0.41% | - |
| HSV(B) | 350.61º | 0.98% | 0.8% | - |
| XYZ | 25 | 12.93 | 2.85 | - |
| YUV | 67.74 | 110.1 | 224.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 36 | 0 | 0.98 | 0.82 | 0.20 | 350.61 | 0.95 | 0.41 |
| Hex | CB | 5 | 24 | 0 | 62 | 52 | 14 | 15F | 5F | 29 |
| Octal | 313 | 5 | 44 | 0 | 142 | 122 | 24 | 537 | 137 | 51 |
| Binary | 11001011 | 101 | 100100 | 0 | 1100010 | 1010010 | 10100 | 101011111 | 1011111 | 101001 |
Color Harmonies of #CB0524
Complementary color
Monochromatic Colors of #CB0524
Black with #CB0524
Text Example
Text Example
White with #CB0524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0524; }
p { color: rgb(203,5,36); }
H1.HeaderClassName
{
color: #CB0524;
}
.AnyTagClassName
{
color: #CB0524;
}
</style>
background-color css
<style>
a { background-color: #CB0524; }
a { background-color: rgb(203,5,36); }
div.DivClassName
{
background-color: #CB0524;
}
.BgClassName
{
background-color: #CB0524;
}
</style>
border-color css
<style>
span { border-color: #CB0524; }
span { border-color: rgb(203,5,36); }
td.TdClassName
{
border-color: #CB0524;
}
.TagClassName
{
border-color: #CB0524;
}
</style>