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