Shades of Venetian Red #CB0318
Tints of Venetian Red #CB0318
RGB
CMYK
RGB Variations
Color information
#CB0318 (or 0xCB0318) is known color: Venetian Red. HEX triplet: CB, 03 and 18. RGB value is (203,3,24). Sum of RGB (Red+Green+Blue) = 203+3+24=230 (30% of max value = 765). Red value is 203 (79.69% from 255 or 88.26% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0318 is #34FCE7. Grayscale: #414141. Windows color (decimal): -3472616 or 1573835. OLE color: 1573835.
HSL color Cylindrical-coordinate representation of color #CB0318: hue angle of 353.7º 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 #CB0318 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 24 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.20 |
| HSL | 353.7º | 0.97% | 0.4% | - |
| HSV(B) | 353.7º | 0.99% | 0.8% | - |
| XYZ | 24.83 | 12.83 | 2.03 | - |
| YUV | 65.19 | 104.76 | 226.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 24 | 0 | 0.99 | 0.88 | 0.20 | 353.7 | 0.97 | 0.4 |
| Hex | CB | 3 | 18 | 0 | 63 | 58 | 14 | 162 | 61 | 28 |
| Octal | 313 | 3 | 30 | 0 | 143 | 130 | 24 | 542 | 141 | 50 |
| Binary | 11001011 | 11 | 11000 | 0 | 1100011 | 1011000 | 10100 | 101100010 | 1100001 | 101000 |
Color Harmonies of #CB0318
Complementary color
Monochromatic Colors of #CB0318
Black with #CB0318
Text Example
Text Example
White with #CB0318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0318; }
p { color: rgb(203,3,24); }
H1.HeaderClassName
{
color: #CB0318;
}
.AnyTagClassName
{
color: #CB0318;
}
</style>
background-color css
<style>
a { background-color: #CB0318; }
a { background-color: rgb(203,3,24); }
div.DivClassName
{
background-color: #CB0318;
}
.BgClassName
{
background-color: #CB0318;
}
</style>
border-color css
<style>
span { border-color: #CB0318; }
span { border-color: rgb(203,3,24); }
td.TdClassName
{
border-color: #CB0318;
}
.TagClassName
{
border-color: #CB0318;
}
</style>