Shades of Venetian Red #CE001A
Tints of Venetian Red #CE001A
RGB
CMYK
RGB Variations
Color information
#CE001A (or 0xCE001A) is known color: Venetian Red. HEX triplet: CE, 00 and 1A. RGB value is (206,0,26). Sum of RGB (Red+Green+Blue) = 206+0+26=232 (30% of max value = 765). Red value is 206 (80.86% from 255 or 88.79% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 26 (10.55% from 255 or 11.21% from 232); Max value from RGB is 206 - color contains mainly: red. Hex color #CE001A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE001A is #31FFE5. Grayscale: #404040. Windows color (decimal): -3276774 or 1704142. OLE color: 1704142.
HSL color Cylindrical-coordinate representation of color #CE001A: hue angle of 352.43º 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 #CE001A is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.87 | 0.19 |
| HSL | 352.43º | 1% | 0.4% | - |
| HSV(B) | 352.43º | 1% | 0.81% | - |
| XYZ | 25.64 | 13.2 | 2.17 | - |
| YUV | 64.56 | 106.25 | 228.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 26 | 0 | 1 | 0.87 | 0.19 | 352.43 | 1 | 0.4 |
| Hex | CE | 0 | 1A | 0 | 64 | 57 | 13 | 160 | 64 | 28 |
| Octal | 316 | 0 | 32 | 0 | 144 | 127 | 23 | 540 | 144 | 50 |
| Binary | 11001110 | 0 | 11010 | 0 | 1100100 | 1010111 | 10011 | 101100000 | 1100100 | 101000 |
Color Harmonies of #CE001A
Complementary color
Monochromatic Colors of #CE001A
Black with #CE001A
Text Example
Text Example
White with #CE001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE001A; }
p { color: rgb(206,0,26); }
H1.HeaderClassName
{
color: #CE001A;
}
.AnyTagClassName
{
color: #CE001A;
}
</style>
background-color css
<style>
a { background-color: #CE001A; }
a { background-color: rgb(206,0,26); }
div.DivClassName
{
background-color: #CE001A;
}
.BgClassName
{
background-color: #CE001A;
}
</style>
border-color css
<style>
span { border-color: #CE001A; }
span { border-color: rgb(206,0,26); }
td.TdClassName
{
border-color: #CE001A;
}
.TagClassName
{
border-color: #CE001A;
}
</style>