Shades of Venetian Red #CE031B
Tints of Venetian Red #CE031B
RGB
CMYK
RGB Variations
Color information
#CE031B (or 0xCE031B) is known color: Venetian Red. HEX triplet: CE, 03 and 1B. RGB value is (206,3,27). Sum of RGB (Red+Green+Blue) = 206+3+27=236 (31% of max value = 765). Red value is 206 (80.86% from 255 or 87.29% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 206 - color contains mainly: red. Hex color #CE031B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE031B is #31FCE4. Grayscale: #424242. Windows color (decimal): -3276005 or 1770446. OLE color: 1770446.
HSL color Cylindrical-coordinate representation of color #CE031B: hue angle of 352.91º 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 #CE031B is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 27 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.19 |
| HSL | 352.91º | 0.97% | 0.41% | - |
| HSV(B) | 352.91º | 0.99% | 0.81% | - |
| XYZ | 25.68 | 13.27 | 2.24 | - |
| YUV | 66.43 | 105.75 | 227.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 27 | 0 | 0.99 | 0.87 | 0.19 | 352.91 | 0.97 | 0.41 |
| Hex | CE | 3 | 1B | 0 | 63 | 57 | 13 | 161 | 61 | 29 |
| Octal | 316 | 3 | 33 | 0 | 143 | 127 | 23 | 541 | 141 | 51 |
| Binary | 11001110 | 11 | 11011 | 0 | 1100011 | 1010111 | 10011 | 101100001 | 1100001 | 101001 |
Color Harmonies of #CE031B
Complementary color
Monochromatic Colors of #CE031B
Black with #CE031B
Text Example
Text Example
White with #CE031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE031B; }
p { color: rgb(206,3,27); }
H1.HeaderClassName
{
color: #CE031B;
}
.AnyTagClassName
{
color: #CE031B;
}
</style>
background-color css
<style>
a { background-color: #CE031B; }
a { background-color: rgb(206,3,27); }
div.DivClassName
{
background-color: #CE031B;
}
.BgClassName
{
background-color: #CE031B;
}
</style>
border-color css
<style>
span { border-color: #CE031B; }
span { border-color: rgb(206,3,27); }
td.TdClassName
{
border-color: #CE031B;
}
.TagClassName
{
border-color: #CE031B;
}
</style>