Shades of Venetian Red #CE070A
Tints of Venetian Red #CE070A
RGB
CMYK
RGB Variations
Color information
#CE070A (or 0xCE070A) is known color: Venetian Red. HEX triplet: CE, 07 and 0A. RGB value is (206,7,10). Sum of RGB (Red+Green+Blue) = 206+7+10=223 (29% of max value = 765). Red value is 206 (80.86% from 255 or 92.38% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 206 - color contains mainly: red. Hex color #CE070A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE070A is #31F8F5. Grayscale: #434343. Windows color (decimal): -3274998 or 657358. OLE color: 657358.
HSL color Cylindrical-coordinate representation of color #CE070A: hue angle of 359.1º degrees, saturation: 0.93, 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 #CE070A is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 7 | 10 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.19 |
| HSL | 359.1º | 0.93% | 0.42% | - |
| HSV(B) | 359.1º | 0.97% | 0.81% | - |
| XYZ | 25.58 | 13.3 | 1.51 | - |
| YUV | 66.84 | 95.93 | 227.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 10 | 0 | 0.97 | 0.95 | 0.19 | 359.1 | 0.93 | 0.42 |
| Hex | CE | 7 | A | 0 | 61 | 5F | 13 | 167 | 5D | 2A |
| Octal | 316 | 7 | 12 | 0 | 141 | 137 | 23 | 547 | 135 | 52 |
| Binary | 11001110 | 111 | 1010 | 0 | 1100001 | 1011111 | 10011 | 101100111 | 1011101 | 101010 |
Color Harmonies of #CE070A
Complementary color
Monochromatic Colors of #CE070A
Black with #CE070A
Text Example
Text Example
White with #CE070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE070A; }
p { color: rgb(206,7,10); }
H1.HeaderClassName
{
color: #CE070A;
}
.AnyTagClassName
{
color: #CE070A;
}
</style>
background-color css
<style>
a { background-color: #CE070A; }
a { background-color: rgb(206,7,10); }
div.DivClassName
{
background-color: #CE070A;
}
.BgClassName
{
background-color: #CE070A;
}
</style>
border-color css
<style>
span { border-color: #CE070A; }
span { border-color: rgb(206,7,10); }
td.TdClassName
{
border-color: #CE070A;
}
.TagClassName
{
border-color: #CE070A;
}
</style>