Shades of Venetian Red #CE071C
Tints of Venetian Red #CE071C
RGB
CMYK
RGB Variations
Color information
#CE071C (or 0xCE071C) is known color: Venetian Red. HEX triplet: CE, 07 and 1C. RGB value is (206,7,28). Sum of RGB (Red+Green+Blue) = 206+7+28=241 (31% of max value = 765). Red value is 206 (80.86% from 255 or 85.48% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 206 - color contains mainly: red. Hex color #CE071C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE071C is #31F8E3. Grayscale: #454545. Windows color (decimal): -3274980 or 1837006. OLE color: 1837006.
HSL color Cylindrical-coordinate representation of color #CE071C: hue angle of 353.67º 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 #CE071C is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 7 | 28 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.19 |
| HSL | 353.67º | 0.93% | 0.42% | - |
| HSV(B) | 353.67º | 0.97% | 0.81% | - |
| XYZ | 25.74 | 13.36 | 2.32 | - |
| YUV | 68.9 | 104.93 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 28 | 0 | 0.97 | 0.86 | 0.19 | 353.67 | 0.93 | 0.42 |
| Hex | CE | 7 | 1C | 0 | 61 | 56 | 13 | 162 | 5D | 2A |
| Octal | 316 | 7 | 34 | 0 | 141 | 126 | 23 | 542 | 135 | 52 |
| Binary | 11001110 | 111 | 11100 | 0 | 1100001 | 1010110 | 10011 | 101100010 | 1011101 | 101010 |
Color Harmonies of #CE071C
Complementary color
Monochromatic Colors of #CE071C
Black with #CE071C
Text Example
Text Example
White with #CE071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE071C; }
p { color: rgb(206,7,28); }
H1.HeaderClassName
{
color: #CE071C;
}
.AnyTagClassName
{
color: #CE071C;
}
</style>
background-color css
<style>
a { background-color: #CE071C; }
a { background-color: rgb(206,7,28); }
div.DivClassName
{
background-color: #CE071C;
}
.BgClassName
{
background-color: #CE071C;
}
</style>
border-color css
<style>
span { border-color: #CE071C; }
span { border-color: rgb(206,7,28); }
td.TdClassName
{
border-color: #CE071C;
}
.TagClassName
{
border-color: #CE071C;
}
</style>