Shades of Venetian Red #CE030C
Tints of Venetian Red #CE030C
RGB
CMYK
RGB Variations
Color information
#CE030C (or 0xCE030C) is known color: Venetian Red. HEX triplet: CE, 03 and 0C. RGB value is (206,3,12). Sum of RGB (Red+Green+Blue) = 206+3+12=221 (29% of max value = 765). Red value is 206 (80.86% from 255 or 93.21% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 206 - color contains mainly: red. Hex color #CE030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE030C is #31FCF3. Grayscale: #404040. Windows color (decimal): -3276020 or 787406. OLE color: 787406.
HSL color Cylindrical-coordinate representation of color #CE030C: hue angle of 357.34º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE030C is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 12 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.19 |
| HSL | 357.34º | 0.97% | 0.41% | - |
| HSV(B) | 357.34º | 0.99% | 0.81% | - |
| XYZ | 25.55 | 13.21 | 1.55 | - |
| YUV | 64.72 | 98.25 | 228.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 12 | 0 | 0.99 | 0.94 | 0.19 | 357.34 | 0.97 | 0.41 |
| Hex | CE | 3 | C | 0 | 63 | 5E | 13 | 165 | 61 | 29 |
| Octal | 316 | 3 | 14 | 0 | 143 | 136 | 23 | 545 | 141 | 51 |
| Binary | 11001110 | 11 | 1100 | 0 | 1100011 | 1011110 | 10011 | 101100101 | 1100001 | 101001 |
Color Harmonies of #CE030C
Complementary color
Monochromatic Colors of #CE030C
Black with #CE030C
Text Example
Text Example
White with #CE030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE030C; }
p { color: rgb(206,3,12); }
H1.HeaderClassName
{
color: #CE030C;
}
.AnyTagClassName
{
color: #CE030C;
}
</style>
background-color css
<style>
a { background-color: #CE030C; }
a { background-color: rgb(206,3,12); }
div.DivClassName
{
background-color: #CE030C;
}
.BgClassName
{
background-color: #CE030C;
}
</style>
border-color css
<style>
span { border-color: #CE030C; }
span { border-color: rgb(206,3,12); }
td.TdClassName
{
border-color: #CE030C;
}
.TagClassName
{
border-color: #CE030C;
}
</style>