Shades of Venetian Red #CE041B
Tints of Venetian Red #CE041B
RGB
CMYK
RGB Variations
Color information
#CE041B (or 0xCE041B) is known color: Venetian Red. HEX triplet: CE, 04 and 1B. RGB value is (206,4,27). Sum of RGB (Red+Green+Blue) = 206+4+27=237 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.92% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 206 - color contains mainly: red. Hex color #CE041B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE041B is #31FBE4. Grayscale: #434343. Windows color (decimal): -3275749 or 1770702. OLE color: 1770702.
HSL color Cylindrical-coordinate representation of color #CE041B: hue angle of 353.17º degrees, saturation: 0.96, 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 #CE041B is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 27 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.19 |
| HSL | 353.17º | 0.96% | 0.41% | - |
| HSV(B) | 353.17º | 0.98% | 0.81% | - |
| XYZ | 25.69 | 13.29 | 2.25 | - |
| YUV | 67.02 | 105.42 | 227.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 27 | 0 | 0.98 | 0.87 | 0.19 | 353.17 | 0.96 | 0.41 |
| Hex | CE | 4 | 1B | 0 | 62 | 57 | 13 | 161 | 60 | 29 |
| Octal | 316 | 4 | 33 | 0 | 142 | 127 | 23 | 541 | 140 | 51 |
| Binary | 11001110 | 100 | 11011 | 0 | 1100010 | 1010111 | 10011 | 101100001 | 1100000 | 101001 |
Color Harmonies of #CE041B
Complementary color
Monochromatic Colors of #CE041B
Black with #CE041B
Text Example
Text Example
White with #CE041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE041B; }
p { color: rgb(206,4,27); }
H1.HeaderClassName
{
color: #CE041B;
}
.AnyTagClassName
{
color: #CE041B;
}
</style>
background-color css
<style>
a { background-color: #CE041B; }
a { background-color: rgb(206,4,27); }
div.DivClassName
{
background-color: #CE041B;
}
.BgClassName
{
background-color: #CE041B;
}
</style>
border-color css
<style>
span { border-color: #CE041B; }
span { border-color: rgb(206,4,27); }
td.TdClassName
{
border-color: #CE041B;
}
.TagClassName
{
border-color: #CE041B;
}
</style>