Shades of Venetian Red #CE010A
Tints of Venetian Red #CE010A
RGB
CMYK
RGB Variations
Color information
#CE010A (or 0xCE010A) is known color: Venetian Red. HEX triplet: CE, 01 and 0A. RGB value is (206,1,10). Sum of RGB (Red+Green+Blue) = 206+1+10=217 (28% of max value = 765). Red value is 206 (80.86% from 255 or 94.93% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 206 - color contains mainly: red. Hex color #CE010A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE010A is #31FEF5. Grayscale: #3F3F3F. Windows color (decimal): -3276534 or 655822. OLE color: 655822.
HSL color Cylindrical-coordinate representation of color #CE010A: hue angle of 357.37º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE010A is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 10 | - |
| CMYK | 0 | 1.00 | 0.95 | 0.19 |
| HSL | 357.37º | 0.99% | 0.41% | - |
| HSV(B) | 357.37º | 1% | 0.81% | - |
| XYZ | 25.52 | 13.17 | 1.48 | - |
| YUV | 63.32 | 97.92 | 229.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 10 | 0 | 1.00 | 0.95 | 0.19 | 357.37 | 0.99 | 0.41 |
| Hex | CE | 1 | A | 0 | 64 | 5F | 13 | 165 | 63 | 29 |
| Octal | 316 | 1 | 12 | 0 | 144 | 137 | 23 | 545 | 143 | 51 |
| Binary | 11001110 | 1 | 1010 | 0 | 1100100 | 1011111 | 10011 | 101100101 | 1100011 | 101001 |
Color Harmonies of #CE010A
Complementary color
Monochromatic Colors of #CE010A
Black with #CE010A
Text Example
Text Example
White with #CE010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE010A; }
p { color: rgb(206,1,10); }
H1.HeaderClassName
{
color: #CE010A;
}
.AnyTagClassName
{
color: #CE010A;
}
</style>
background-color css
<style>
a { background-color: #CE010A; }
a { background-color: rgb(206,1,10); }
div.DivClassName
{
background-color: #CE010A;
}
.BgClassName
{
background-color: #CE010A;
}
</style>
border-color css
<style>
span { border-color: #CE010A; }
span { border-color: rgb(206,1,10); }
td.TdClassName
{
border-color: #CE010A;
}
.TagClassName
{
border-color: #CE010A;
}
</style>