Shades of Venetian Red #CE060B
Tints of Venetian Red #CE060B
RGB
CMYK
RGB Variations
Color information
#CE060B (or 0xCE060B) is known color: Venetian Red. HEX triplet: CE, 06 and 0B. RGB value is (206,6,11). Sum of RGB (Red+Green+Blue) = 206+6+11=223 (29% of max value = 765). Red value is 206 (80.86% from 255 or 92.38% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 206 - color contains mainly: red. Hex color #CE060B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE060B is #31F9F4. Grayscale: #424242. Windows color (decimal): -3275253 or 722638. OLE color: 722638.
HSL color Cylindrical-coordinate representation of color #CE060B: hue angle of 358.5º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE060B is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 11 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.19 |
| HSL | 358.5º | 0.94% | 0.42% | - |
| HSV(B) | 358.5º | 0.97% | 0.81% | - |
| XYZ | 25.58 | 13.28 | 1.53 | - |
| YUV | 66.37 | 96.76 | 227.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 11 | 0 | 0.97 | 0.95 | 0.19 | 358.5 | 0.94 | 0.42 |
| Hex | CE | 6 | B | 0 | 61 | 5F | 13 | 166 | 5E | 2A |
| Octal | 316 | 6 | 13 | 0 | 141 | 137 | 23 | 546 | 136 | 52 |
| Binary | 11001110 | 110 | 1011 | 0 | 1100001 | 1011111 | 10011 | 101100110 | 1011110 | 101010 |
Color Harmonies of #CE060B
Complementary color
Monochromatic Colors of #CE060B
Black with #CE060B
Text Example
Text Example
White with #CE060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE060B; }
p { color: rgb(206,6,11); }
H1.HeaderClassName
{
color: #CE060B;
}
.AnyTagClassName
{
color: #CE060B;
}
</style>
background-color css
<style>
a { background-color: #CE060B; }
a { background-color: rgb(206,6,11); }
div.DivClassName
{
background-color: #CE060B;
}
.BgClassName
{
background-color: #CE060B;
}
</style>
border-color css
<style>
span { border-color: #CE060B; }
span { border-color: rgb(206,6,11); }
td.TdClassName
{
border-color: #CE060B;
}
.TagClassName
{
border-color: #CE060B;
}
</style>