Shades of Venetian Red #CE031C
Tints of Venetian Red #CE031C
RGB
CMYK
RGB Variations
Color information
#CE031C (or 0xCE031C) is known color: Venetian Red. HEX triplet: CE, 03 and 1C. RGB value is (206,3,28). Sum of RGB (Red+Green+Blue) = 206+3+28=237 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.92% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 206 - color contains mainly: red. Hex color #CE031C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE031C is #31FCE3. Grayscale: #424242. Windows color (decimal): -3276004 or 1835982. OLE color: 1835982.
HSL color Cylindrical-coordinate representation of color #CE031C: hue angle of 352.61º 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 #CE031C is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 28 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.19 |
| HSL | 352.61º | 0.97% | 0.41% | - |
| HSV(B) | 352.61º | 0.99% | 0.81% | - |
| XYZ | 25.7 | 13.27 | 2.31 | - |
| YUV | 66.55 | 106.25 | 227.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 28 | 0 | 0.99 | 0.86 | 0.19 | 352.61 | 0.97 | 0.41 |
| Hex | CE | 3 | 1C | 0 | 63 | 56 | 13 | 161 | 61 | 29 |
| Octal | 316 | 3 | 34 | 0 | 143 | 126 | 23 | 541 | 141 | 51 |
| Binary | 11001110 | 11 | 11100 | 0 | 1100011 | 1010110 | 10011 | 101100001 | 1100001 | 101001 |
Color Harmonies of #CE031C
Complementary color
Monochromatic Colors of #CE031C
Black with #CE031C
Text Example
Text Example
White with #CE031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE031C; }
p { color: rgb(206,3,28); }
H1.HeaderClassName
{
color: #CE031C;
}
.AnyTagClassName
{
color: #CE031C;
}
</style>
background-color css
<style>
a { background-color: #CE031C; }
a { background-color: rgb(206,3,28); }
div.DivClassName
{
background-color: #CE031C;
}
.BgClassName
{
background-color: #CE031C;
}
</style>
border-color css
<style>
span { border-color: #CE031C; }
span { border-color: rgb(206,3,28); }
td.TdClassName
{
border-color: #CE031C;
}
.TagClassName
{
border-color: #CE031C;
}
</style>