Shades of Venetian Red #CE011F
Tints of Venetian Red #CE011F
RGB
CMYK
RGB Variations
Color information
#CE011F (or 0xCE011F) is known color: Venetian Red. HEX triplet: CE, 01 and 1F. RGB value is (206,1,31). Sum of RGB (Red+Green+Blue) = 206+1+31=238 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.55% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 206 - color contains mainly: red. Hex color #CE011F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE011F is #31FEE0. Grayscale: #414141. Windows color (decimal): -3276513 or 2032078. OLE color: 2032078.
HSL color Cylindrical-coordinate representation of color #CE011F: hue angle of 351.22º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE011F is Cyan = 0, Magento = 1.00, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 31 | - |
| CMYK | 0 | 1.00 | 0.85 | 0.19 |
| HSL | 351.22º | 0.99% | 0.41% | - |
| HSV(B) | 351.22º | 1% | 0.81% | - |
| XYZ | 25.71 | 13.24 | 2.5 | - |
| YUV | 65.72 | 108.42 | 228.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 31 | 0 | 1.00 | 0.85 | 0.19 | 351.22 | 0.99 | 0.41 |
| Hex | CE | 1 | 1F | 0 | 64 | 55 | 13 | 15F | 63 | 29 |
| Octal | 316 | 1 | 37 | 0 | 144 | 125 | 23 | 537 | 143 | 51 |
| Binary | 11001110 | 1 | 11111 | 0 | 1100100 | 1010101 | 10011 | 101011111 | 1100011 | 101001 |
Color Harmonies of #CE011F
Complementary color
Monochromatic Colors of #CE011F
Black with #CE011F
Text Example
Text Example
White with #CE011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE011F; }
p { color: rgb(206,1,31); }
H1.HeaderClassName
{
color: #CE011F;
}
.AnyTagClassName
{
color: #CE011F;
}
</style>
background-color css
<style>
a { background-color: #CE011F; }
a { background-color: rgb(206,1,31); }
div.DivClassName
{
background-color: #CE011F;
}
.BgClassName
{
background-color: #CE011F;
}
</style>
border-color css
<style>
span { border-color: #CE011F; }
span { border-color: rgb(206,1,31); }
td.TdClassName
{
border-color: #CE011F;
}
.TagClassName
{
border-color: #CE011F;
}
</style>