Shades of Venetian Red #CB0824
Tints of Venetian Red #CB0824
RGB
CMYK
RGB Variations
Color information
#CB0824 (or 0xCB0824) is known color: Venetian Red. HEX triplet: CB, 08 and 24. RGB value is (203,8,36). Sum of RGB (Red+Green+Blue) = 203+8+36=247 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.19% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0824 is #34F7DB. Grayscale: #454545. Windows color (decimal): -3471324 or 2361547. OLE color: 2361547.
HSL color Cylindrical-coordinate representation of color #CB0824: hue angle of 351.38º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0824 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 36 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.20 |
| HSL | 351.38º | 0.92% | 0.41% | - |
| HSV(B) | 351.38º | 0.96% | 0.8% | - |
| XYZ | 25.03 | 13 | 2.86 | - |
| YUV | 69.5 | 109.1 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 36 | 0 | 0.96 | 0.82 | 0.20 | 351.38 | 0.92 | 0.41 |
| Hex | CB | 8 | 24 | 0 | 60 | 52 | 14 | 15F | 5C | 29 |
| Octal | 313 | 10 | 44 | 0 | 140 | 122 | 24 | 537 | 134 | 51 |
| Binary | 11001011 | 1000 | 100100 | 0 | 1100000 | 1010010 | 10100 | 101011111 | 1011100 | 101001 |
Color Harmonies of #CB0824
Complementary color
Monochromatic Colors of #CB0824
Black with #CB0824
Text Example
Text Example
White with #CB0824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0824; }
p { color: rgb(203,8,36); }
H1.HeaderClassName
{
color: #CB0824;
}
.AnyTagClassName
{
color: #CB0824;
}
</style>
background-color css
<style>
a { background-color: #CB0824; }
a { background-color: rgb(203,8,36); }
div.DivClassName
{
background-color: #CB0824;
}
.BgClassName
{
background-color: #CB0824;
}
</style>
border-color css
<style>
span { border-color: #CB0824; }
span { border-color: rgb(203,8,36); }
td.TdClassName
{
border-color: #CB0824;
}
.TagClassName
{
border-color: #CB0824;
}
</style>