Shades of Venetian Red #CE061D
Tints of Venetian Red #CE061D
RGB
CMYK
RGB Variations
Color information
#CE061D (or 0xCE061D) is known color: Venetian Red. HEX triplet: CE, 06 and 1D. RGB value is (206,6,29). Sum of RGB (Red+Green+Blue) = 206+6+29=241 (31% of max value = 765). Red value is 206 (80.86% from 255 or 85.48% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 206 - color contains mainly: red. Hex color #CE061D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE061D is #31F9E2. Grayscale: #444444. Windows color (decimal): -3275235 or 1902286. OLE color: 1902286.
HSL color Cylindrical-coordinate representation of color #CE061D: hue angle of 353.1º 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 #CE061D is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 29 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.19 |
| HSL | 353.1º | 0.94% | 0.42% | - |
| HSV(B) | 353.1º | 0.97% | 0.81% | - |
| XYZ | 25.74 | 13.34 | 2.38 | - |
| YUV | 68.42 | 105.76 | 226.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 29 | 0 | 0.97 | 0.86 | 0.19 | 353.1 | 0.94 | 0.42 |
| Hex | CE | 6 | 1D | 0 | 61 | 56 | 13 | 161 | 5E | 2A |
| Octal | 316 | 6 | 35 | 0 | 141 | 126 | 23 | 541 | 136 | 52 |
| Binary | 11001110 | 110 | 11101 | 0 | 1100001 | 1010110 | 10011 | 101100001 | 1011110 | 101010 |
Color Harmonies of #CE061D
Complementary color
Monochromatic Colors of #CE061D
Black with #CE061D
Text Example
Text Example
White with #CE061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE061D; }
p { color: rgb(206,6,29); }
H1.HeaderClassName
{
color: #CE061D;
}
.AnyTagClassName
{
color: #CE061D;
}
</style>
background-color css
<style>
a { background-color: #CE061D; }
a { background-color: rgb(206,6,29); }
div.DivClassName
{
background-color: #CE061D;
}
.BgClassName
{
background-color: #CE061D;
}
</style>
border-color css
<style>
span { border-color: #CE061D; }
span { border-color: rgb(206,6,29); }
td.TdClassName
{
border-color: #CE061D;
}
.TagClassName
{
border-color: #CE061D;
}
</style>