Shades of Venetian Red #CE051B
Tints of Venetian Red #CE051B
RGB
CMYK
RGB Variations
Color information
#CE051B (or 0xCE051B) is known color: Venetian Red. HEX triplet: CE, 05 and 1B. RGB value is (206,5,27). Sum of RGB (Red+Green+Blue) = 206+5+27=238 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.55% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 206 - color contains mainly: red. Hex color #CE051B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE051B is #31FAE4. Grayscale: #434343. Windows color (decimal): -3275493 or 1770958. OLE color: 1770958.
HSL color Cylindrical-coordinate representation of color #CE051B: hue angle of 353.43º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE051B is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 27 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.19 |
| HSL | 353.43º | 0.95% | 0.41% | - |
| HSV(B) | 353.43º | 0.98% | 0.81% | - |
| XYZ | 25.71 | 13.31 | 2.25 | - |
| YUV | 67.61 | 105.09 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 27 | 0 | 0.98 | 0.87 | 0.19 | 353.43 | 0.95 | 0.41 |
| Hex | CE | 5 | 1B | 0 | 62 | 57 | 13 | 161 | 5F | 29 |
| Octal | 316 | 5 | 33 | 0 | 142 | 127 | 23 | 541 | 137 | 51 |
| Binary | 11001110 | 101 | 11011 | 0 | 1100010 | 1010111 | 10011 | 101100001 | 1011111 | 101001 |
Color Harmonies of #CE051B
Complementary color
Monochromatic Colors of #CE051B
Black with #CE051B
Text Example
Text Example
White with #CE051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE051B; }
p { color: rgb(206,5,27); }
H1.HeaderClassName
{
color: #CE051B;
}
.AnyTagClassName
{
color: #CE051B;
}
</style>
background-color css
<style>
a { background-color: #CE051B; }
a { background-color: rgb(206,5,27); }
div.DivClassName
{
background-color: #CE051B;
}
.BgClassName
{
background-color: #CE051B;
}
</style>
border-color css
<style>
span { border-color: #CE051B; }
span { border-color: rgb(206,5,27); }
td.TdClassName
{
border-color: #CE051B;
}
.TagClassName
{
border-color: #CE051B;
}
</style>