Shades of Venetian Red #CE0306
Tints of Venetian Red #CE0306
RGB
CMYK
RGB Variations
Color information
#CE0306 (or 0xCE0306) is known color: Venetian Red. HEX triplet: CE, 03 and 06. RGB value is (206,3,6). Sum of RGB (Red+Green+Blue) = 206+3+6=215 (28% of max value = 765). Red value is 206 (80.86% from 255 or 95.81% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 6 (2.73% from 255 or 2.79% from 215); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0306 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0306 is #31FCF9. Grayscale: #404040. Windows color (decimal): -3276026 or 394190. OLE color: 394190.
HSL color Cylindrical-coordinate representation of color #CE0306: hue angle of 359.11º 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 #CE0306 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 6 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.19 |
| HSL | 359.11º | 0.97% | 0.41% | - |
| HSV(B) | 359.11º | 0.99% | 0.81% | - |
| XYZ | 25.52 | 13.2 | 1.38 | - |
| YUV | 64.04 | 95.25 | 229.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 6 | 0 | 0.99 | 0.97 | 0.19 | 359.11 | 0.97 | 0.41 |
| Hex | CE | 3 | 6 | 0 | 63 | 61 | 13 | 167 | 61 | 29 |
| Octal | 316 | 3 | 6 | 0 | 143 | 141 | 23 | 547 | 141 | 51 |
| Binary | 11001110 | 11 | 110 | 0 | 1100011 | 1100001 | 10011 | 101100111 | 1100001 | 101001 |
Color Harmonies of #CE0306
Complementary color
Monochromatic Colors of #CE0306
Black with #CE0306
Text Example
Text Example
White with #CE0306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0306; }
p { color: rgb(206,3,6); }
H1.HeaderClassName
{
color: #CE0306;
}
.AnyTagClassName
{
color: #CE0306;
}
</style>
background-color css
<style>
a { background-color: #CE0306; }
a { background-color: rgb(206,3,6); }
div.DivClassName
{
background-color: #CE0306;
}
.BgClassName
{
background-color: #CE0306;
}
</style>
border-color css
<style>
span { border-color: #CE0306; }
span { border-color: rgb(206,3,6); }
td.TdClassName
{
border-color: #CE0306;
}
.TagClassName
{
border-color: #CE0306;
}
</style>