Shades of Venetian Red #CE001C
Tints of Venetian Red #CE001C
RGB
CMYK
RGB Variations
Color information
#CE001C (or 0xCE001C) is known color: Venetian Red. HEX triplet: CE, 00 and 1C. RGB value is (206,0,28). Sum of RGB (Red+Green+Blue) = 206+0+28=234 (30% of max value = 765). Red value is 206 (80.86% from 255 or 88.03% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 206 - color contains mainly: red. Hex color #CE001C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE001C is #31FFE3. Grayscale: #404040. Windows color (decimal): -3276772 or 1835214. OLE color: 1835214.
HSL color Cylindrical-coordinate representation of color #CE001C: hue angle of 351.84º 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 #CE001C is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.86 | 0.19 |
| HSL | 351.84º | 1% | 0.4% | - |
| HSV(B) | 351.84º | 1% | 0.81% | - |
| XYZ | 25.66 | 13.21 | 2.29 | - |
| YUV | 64.79 | 107.25 | 228.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 28 | 0 | 1 | 0.86 | 0.19 | 351.84 | 1 | 0.4 |
| Hex | CE | 0 | 1C | 0 | 64 | 56 | 13 | 160 | 64 | 28 |
| Octal | 316 | 0 | 34 | 0 | 144 | 126 | 23 | 540 | 144 | 50 |
| Binary | 11001110 | 0 | 11100 | 0 | 1100100 | 1010110 | 10011 | 101100000 | 1100100 | 101000 |
Color Harmonies of #CE001C
Complementary color
Monochromatic Colors of #CE001C
Black with #CE001C
Text Example
Text Example
White with #CE001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE001C; }
p { color: rgb(206,0,28); }
H1.HeaderClassName
{
color: #CE001C;
}
.AnyTagClassName
{
color: #CE001C;
}
</style>
background-color css
<style>
a { background-color: #CE001C; }
a { background-color: rgb(206,0,28); }
div.DivClassName
{
background-color: #CE001C;
}
.BgClassName
{
background-color: #CE001C;
}
</style>
border-color css
<style>
span { border-color: #CE001C; }
span { border-color: rgb(206,0,28); }
td.TdClassName
{
border-color: #CE001C;
}
.TagClassName
{
border-color: #CE001C;
}
</style>