Shades of Venetian Red #CB000F
Tints of Venetian Red #CB000F
RGB
CMYK
RGB Variations
Color information
#CB000F (or 0xCB000F) is known color: Venetian Red. HEX triplet: CB, 00 and 0F. RGB value is (203,0,15). Sum of RGB (Red+Green+Blue) = 203+0+15=218 (28% of max value = 765). Red value is 203 (79.69% from 255 or 93.12% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 203 - color contains mainly: red. Hex color #CB000F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB000F is #34FFF0. Grayscale: #3E3E3E. Windows color (decimal): -3473393 or 983243. OLE color: 983243.
HSL color Cylindrical-coordinate representation of color #CB000F: hue angle of 355.57º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB000F is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.93 | 0.20 |
| HSL | 355.57º | 1% | 0.4% | - |
| HSV(B) | 355.57º | 1% | 0.8% | - |
| XYZ | 24.71 | 12.73 | 1.61 | - |
| YUV | 62.41 | 101.25 | 228.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 15 | 0 | 1 | 0.93 | 0.20 | 355.57 | 1 | 0.4 |
| Hex | CB | 0 | F | 0 | 64 | 5D | 14 | 164 | 64 | 28 |
| Octal | 313 | 0 | 17 | 0 | 144 | 135 | 24 | 544 | 144 | 50 |
| Binary | 11001011 | 0 | 1111 | 0 | 1100100 | 1011101 | 10100 | 101100100 | 1100100 | 101000 |
Color Harmonies of #CB000F
Complementary color
Monochromatic Colors of #CB000F
Black with #CB000F
Text Example
Text Example
White with #CB000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB000F; }
p { color: rgb(203,0,15); }
H1.HeaderClassName
{
color: #CB000F;
}
.AnyTagClassName
{
color: #CB000F;
}
</style>
background-color css
<style>
a { background-color: #CB000F; }
a { background-color: rgb(203,0,15); }
div.DivClassName
{
background-color: #CB000F;
}
.BgClassName
{
background-color: #CB000F;
}
</style>
border-color css
<style>
span { border-color: #CB000F; }
span { border-color: rgb(203,0,15); }
td.TdClassName
{
border-color: #CB000F;
}
.TagClassName
{
border-color: #CB000F;
}
</style>