Shades of Venetian Red #CB0818
Tints of Venetian Red #CB0818
RGB
CMYK
RGB Variations
Color information
#CB0818 (or 0xCB0818) is known color: Venetian Red. HEX triplet: CB, 08 and 18. RGB value is (203,8,24). Sum of RGB (Red+Green+Blue) = 203+8+24=235 (31% of max value = 765). Red value is 203 (79.69% from 255 or 86.38% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0818 is #34F7E7. Grayscale: #444444. Windows color (decimal): -3471336 or 1575115. OLE color: 1575115.
HSL color Cylindrical-coordinate representation of color #CB0818: hue angle of 355.08º 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 #CB0818 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 24 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.20 |
| HSL | 355.08º | 0.92% | 0.41% | - |
| HSV(B) | 355.08º | 0.96% | 0.8% | - |
| XYZ | 24.88 | 12.94 | 2.05 | - |
| YUV | 68.13 | 103.1 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 24 | 0 | 0.96 | 0.88 | 0.20 | 355.08 | 0.92 | 0.41 |
| Hex | CB | 8 | 18 | 0 | 60 | 58 | 14 | 163 | 5C | 29 |
| Octal | 313 | 10 | 30 | 0 | 140 | 130 | 24 | 543 | 134 | 51 |
| Binary | 11001011 | 1000 | 11000 | 0 | 1100000 | 1011000 | 10100 | 101100011 | 1011100 | 101001 |
Color Harmonies of #CB0818
Complementary color
Monochromatic Colors of #CB0818
Black with #CB0818
Text Example
Text Example
White with #CB0818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0818; }
p { color: rgb(203,8,24); }
H1.HeaderClassName
{
color: #CB0818;
}
.AnyTagClassName
{
color: #CB0818;
}
</style>
background-color css
<style>
a { background-color: #CB0818; }
a { background-color: rgb(203,8,24); }
div.DivClassName
{
background-color: #CB0818;
}
.BgClassName
{
background-color: #CB0818;
}
</style>
border-color css
<style>
span { border-color: #CB0818; }
span { border-color: rgb(203,8,24); }
td.TdClassName
{
border-color: #CB0818;
}
.TagClassName
{
border-color: #CB0818;
}
</style>