Shades of Venetian Red #CE081F
Tints of Venetian Red #CE081F
RGB
CMYK
RGB Variations
Color information
#CE081F (or 0xCE081F) is known color: Venetian Red. HEX triplet: CE, 08 and 1F. RGB value is (206,8,31). Sum of RGB (Red+Green+Blue) = 206+8+31=245 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.08% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 206 - color contains mainly: red. Hex color #CE081F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE081F is #31F7E0. Grayscale: #454545. Windows color (decimal): -3274721 or 2033870. OLE color: 2033870.
HSL color Cylindrical-coordinate representation of color #CE081F: hue angle of 353.03º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE081F is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 8 | 31 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.19 |
| HSL | 353.03º | 0.93% | 0.42% | - |
| HSV(B) | 353.03º | 0.96% | 0.81% | - |
| XYZ | 25.79 | 13.39 | 2.52 | - |
| YUV | 69.82 | 106.1 | 225.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 31 | 0 | 0.96 | 0.85 | 0.19 | 353.03 | 0.93 | 0.42 |
| Hex | CE | 8 | 1F | 0 | 60 | 55 | 13 | 161 | 5D | 2A |
| Octal | 316 | 10 | 37 | 0 | 140 | 125 | 23 | 541 | 135 | 52 |
| Binary | 11001110 | 1000 | 11111 | 0 | 1100000 | 1010101 | 10011 | 101100001 | 1011101 | 101010 |
Color Harmonies of #CE081F
Complementary color
Monochromatic Colors of #CE081F
Black with #CE081F
Text Example
Text Example
White with #CE081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE081F; }
p { color: rgb(206,8,31); }
H1.HeaderClassName
{
color: #CE081F;
}
.AnyTagClassName
{
color: #CE081F;
}
</style>
background-color css
<style>
a { background-color: #CE081F; }
a { background-color: rgb(206,8,31); }
div.DivClassName
{
background-color: #CE081F;
}
.BgClassName
{
background-color: #CE081F;
}
</style>
border-color css
<style>
span { border-color: #CE081F; }
span { border-color: rgb(206,8,31); }
td.TdClassName
{
border-color: #CE081F;
}
.TagClassName
{
border-color: #CE081F;
}
</style>