Shades of Venetian Red #CE060C
Tints of Venetian Red #CE060C
RGB
CMYK
RGB Variations
Color information
#CE060C (or 0xCE060C) is known color: Venetian Red. HEX triplet: CE, 06 and 0C. RGB value is (206,6,12). Sum of RGB (Red+Green+Blue) = 206+6+12=224 (29% of max value = 765). Red value is 206 (80.86% from 255 or 91.96% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 206 - color contains mainly: red. Hex color #CE060C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE060C is #31F9F3. Grayscale: #424242. Windows color (decimal): -3275252 or 788174. OLE color: 788174.
HSL color Cylindrical-coordinate representation of color #CE060C: hue angle of 358.2º 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 #CE060C is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 12 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.19 |
| HSL | 358.2º | 0.94% | 0.42% | - |
| HSV(B) | 358.2º | 0.97% | 0.81% | - |
| XYZ | 25.59 | 13.28 | 1.56 | - |
| YUV | 66.48 | 97.26 | 227.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 12 | 0 | 0.97 | 0.94 | 0.19 | 358.2 | 0.94 | 0.42 |
| Hex | CE | 6 | C | 0 | 61 | 5E | 13 | 166 | 5E | 2A |
| Octal | 316 | 6 | 14 | 0 | 141 | 136 | 23 | 546 | 136 | 52 |
| Binary | 11001110 | 110 | 1100 | 0 | 1100001 | 1011110 | 10011 | 101100110 | 1011110 | 101010 |
Color Harmonies of #CE060C
Complementary color
Monochromatic Colors of #CE060C
Black with #CE060C
Text Example
Text Example
White with #CE060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE060C; }
p { color: rgb(206,6,12); }
H1.HeaderClassName
{
color: #CE060C;
}
.AnyTagClassName
{
color: #CE060C;
}
</style>
background-color css
<style>
a { background-color: #CE060C; }
a { background-color: rgb(206,6,12); }
div.DivClassName
{
background-color: #CE060C;
}
.BgClassName
{
background-color: #CE060C;
}
</style>
border-color css
<style>
span { border-color: #CE060C; }
span { border-color: rgb(206,6,12); }
td.TdClassName
{
border-color: #CE060C;
}
.TagClassName
{
border-color: #CE060C;
}
</style>