Shades of Venetian Red #CE0A1B
Tints of Venetian Red #CE0A1B
RGB
CMYK
RGB Variations
Color information
#CE0A1B (or 0xCE0A1B) is known color: Venetian Red. HEX triplet: CE, 0A and 1B. RGB value is (206,10,27). Sum of RGB (Red+Green+Blue) = 206+10+27=243 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.77% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0A1B is #31F5E4. Grayscale: #464646. Windows color (decimal): -3274213 or 1772238. OLE color: 1772238.
HSL color Cylindrical-coordinate representation of color #CE0A1B: hue angle of 354.8º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0A1B is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 27 | - |
| CMYK | 0 | 0.95 | 0.87 | 0.19 |
| HSL | 354.8º | 0.91% | 0.42% | - |
| HSV(B) | 354.8º | 0.95% | 0.81% | - |
| XYZ | 25.76 | 13.42 | 2.27 | - |
| YUV | 70.54 | 103.43 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 27 | 0 | 0.95 | 0.87 | 0.19 | 354.8 | 0.91 | 0.42 |
| Hex | CE | A | 1B | 0 | 5F | 57 | 13 | 163 | 5B | 2A |
| Octal | 316 | 12 | 33 | 0 | 137 | 127 | 23 | 543 | 133 | 52 |
| Binary | 11001110 | 1010 | 11011 | 0 | 1011111 | 1010111 | 10011 | 101100011 | 1011011 | 101010 |
Color Harmonies of #CE0A1B
Complementary color
Monochromatic Colors of #CE0A1B
Black with #CE0A1B
Text Example
Text Example
White with #CE0A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0A1B; }
p { color: rgb(206,10,27); }
H1.HeaderClassName
{
color: #CE0A1B;
}
.AnyTagClassName
{
color: #CE0A1B;
}
</style>
background-color css
<style>
a { background-color: #CE0A1B; }
a { background-color: rgb(206,10,27); }
div.DivClassName
{
background-color: #CE0A1B;
}
.BgClassName
{
background-color: #CE0A1B;
}
</style>
border-color css
<style>
span { border-color: #CE0A1B; }
span { border-color: rgb(206,10,27); }
td.TdClassName
{
border-color: #CE0A1B;
}
.TagClassName
{
border-color: #CE0A1B;
}
</style>