Shades of Venetian Red #CE091F
Tints of Venetian Red #CE091F
RGB
CMYK
RGB Variations
Color information
#CE091F (or 0xCE091F) is known color: Venetian Red. HEX triplet: CE, 09 and 1F. RGB value is (206,9,31). Sum of RGB (Red+Green+Blue) = 206+9+31=246 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.74% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 206 - color contains mainly: red. Hex color #CE091F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE091F is #31F6E0. Grayscale: #464646. Windows color (decimal): -3274465 or 2034126. OLE color: 2034126.
HSL color Cylindrical-coordinate representation of color #CE091F: hue angle of 353.3º degrees, saturation: 0.92, 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 #CE091F is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 31 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.19 |
| HSL | 353.3º | 0.92% | 0.42% | - |
| HSV(B) | 353.3º | 0.96% | 0.81% | - |
| XYZ | 25.8 | 13.42 | 2.53 | - |
| YUV | 70.41 | 105.77 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 31 | 0 | 0.96 | 0.85 | 0.19 | 353.3 | 0.92 | 0.42 |
| Hex | CE | 9 | 1F | 0 | 60 | 55 | 13 | 161 | 5C | 2A |
| Octal | 316 | 11 | 37 | 0 | 140 | 125 | 23 | 541 | 134 | 52 |
| Binary | 11001110 | 1001 | 11111 | 0 | 1100000 | 1010101 | 10011 | 101100001 | 1011100 | 101010 |
Color Harmonies of #CE091F
Complementary color
Monochromatic Colors of #CE091F
Black with #CE091F
Text Example
Text Example
White with #CE091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE091F; }
p { color: rgb(206,9,31); }
H1.HeaderClassName
{
color: #CE091F;
}
.AnyTagClassName
{
color: #CE091F;
}
</style>
background-color css
<style>
a { background-color: #CE091F; }
a { background-color: rgb(206,9,31); }
div.DivClassName
{
background-color: #CE091F;
}
.BgClassName
{
background-color: #CE091F;
}
</style>
border-color css
<style>
span { border-color: #CE091F; }
span { border-color: rgb(206,9,31); }
td.TdClassName
{
border-color: #CE091F;
}
.TagClassName
{
border-color: #CE091F;
}
</style>