Shades of Venetian Red #CE001B
Tints of Venetian Red #CE001B
RGB
CMYK
RGB Variations
Color information
#CE001B (or 0xCE001B) is known color: Venetian Red. HEX triplet: CE, 00 and 1B. RGB value is (206,0,27). Sum of RGB (Red+Green+Blue) = 206+0+27=233 (30% of max value = 765). Red value is 206 (80.86% from 255 or 88.41% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 206 - color contains mainly: red. Hex color #CE001B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE001B is #31FFE4. Grayscale: #404040. Windows color (decimal): -3276773 or 1769678. OLE color: 1769678.
HSL color Cylindrical-coordinate representation of color #CE001B: hue angle of 352.14º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE001B is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.87 | 0.19 |
| HSL | 352.14º | 1% | 0.4% | - |
| HSV(B) | 352.14º | 1% | 0.81% | - |
| XYZ | 25.65 | 13.2 | 2.23 | - |
| YUV | 64.67 | 106.75 | 228.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 27 | 0 | 1 | 0.87 | 0.19 | 352.14 | 1 | 0.4 |
| Hex | CE | 0 | 1B | 0 | 64 | 57 | 13 | 160 | 64 | 28 |
| Octal | 316 | 0 | 33 | 0 | 144 | 127 | 23 | 540 | 144 | 50 |
| Binary | 11001110 | 0 | 11011 | 0 | 1100100 | 1010111 | 10011 | 101100000 | 1100100 | 101000 |
Color Harmonies of #CE001B
Complementary color
Monochromatic Colors of #CE001B
Black with #CE001B
Text Example
Text Example
White with #CE001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE001B; }
p { color: rgb(206,0,27); }
H1.HeaderClassName
{
color: #CE001B;
}
.AnyTagClassName
{
color: #CE001B;
}
</style>
background-color css
<style>
a { background-color: #CE001B; }
a { background-color: rgb(206,0,27); }
div.DivClassName
{
background-color: #CE001B;
}
.BgClassName
{
background-color: #CE001B;
}
</style>
border-color css
<style>
span { border-color: #CE001B; }
span { border-color: rgb(206,0,27); }
td.TdClassName
{
border-color: #CE001B;
}
.TagClassName
{
border-color: #CE001B;
}
</style>