Shades of Venetian Red #CE0103
Tints of Venetian Red #CE0103
RGB
CMYK
RGB Variations
Color information
#CE0103 (or 0xCE0103) is known color: Venetian Red. HEX triplet: CE, 01 and 03. RGB value is (206,1,3). Sum of RGB (Red+Green+Blue) = 206+1+3=210 (27% of max value = 765). Red value is 206 (80.86% from 255 or 98.10% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0103 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0103 is #31FEFC. Grayscale: #3E3E3E. Windows color (decimal): -3276541 or 197070. OLE color: 197070.
HSL color Cylindrical-coordinate representation of color #CE0103: hue angle of 359.41º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0103 is Cyan = 0, Magento = 1.00, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 3 | - |
| CMYK | 0 | 1.00 | 0.99 | 0.19 |
| HSL | 359.41º | 0.99% | 0.41% | - |
| HSV(B) | 359.41º | 1% | 0.81% | - |
| XYZ | 25.48 | 13.15 | 1.28 | - |
| YUV | 62.52 | 94.42 | 230.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 3 | 0 | 1.00 | 0.99 | 0.19 | 359.41 | 0.99 | 0.41 |
| Hex | CE | 1 | 3 | 0 | 64 | 63 | 13 | 167 | 63 | 29 |
| Octal | 316 | 1 | 3 | 0 | 144 | 143 | 23 | 547 | 143 | 51 |
| Binary | 11001110 | 1 | 11 | 0 | 1100100 | 1100011 | 10011 | 101100111 | 1100011 | 101001 |
Color Harmonies of #CE0103
Complementary color
Monochromatic Colors of #CE0103
Black with #CE0103
Text Example
Text Example
White with #CE0103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0103; }
p { color: rgb(206,1,3); }
H1.HeaderClassName
{
color: #CE0103;
}
.AnyTagClassName
{
color: #CE0103;
}
</style>
background-color css
<style>
a { background-color: #CE0103; }
a { background-color: rgb(206,1,3); }
div.DivClassName
{
background-color: #CE0103;
}
.BgClassName
{
background-color: #CE0103;
}
</style>
border-color css
<style>
span { border-color: #CE0103; }
span { border-color: rgb(206,1,3); }
td.TdClassName
{
border-color: #CE0103;
}
.TagClassName
{
border-color: #CE0103;
}
</style>