Shades of Venetian Red #CE010D
Tints of Venetian Red #CE010D
RGB
CMYK
RGB Variations
Color information
#CE010D (or 0xCE010D) is known color: Venetian Red. HEX triplet: CE, 01 and 0D. RGB value is (206,1,13). Sum of RGB (Red+Green+Blue) = 206+1+13=220 (29% of max value = 765). Red value is 206 (80.86% from 255 or 93.64% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 206 - color contains mainly: red. Hex color #CE010D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE010D is #31FEF2. Grayscale: #3F3F3F. Windows color (decimal): -3276531 or 852430. OLE color: 852430.
HSL color Cylindrical-coordinate representation of color #CE010D: hue angle of 356.49º 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 #CE010D is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 13 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.19 |
| HSL | 356.49º | 0.99% | 0.41% | - |
| HSV(B) | 356.49º | 1% | 0.81% | - |
| XYZ | 25.54 | 13.17 | 1.58 | - |
| YUV | 63.66 | 99.42 | 229.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 13 | 0 | 1.00 | 0.94 | 0.19 | 356.49 | 0.99 | 0.41 |
| Hex | CE | 1 | D | 0 | 64 | 5E | 13 | 164 | 63 | 29 |
| Octal | 316 | 1 | 15 | 0 | 144 | 136 | 23 | 544 | 143 | 51 |
| Binary | 11001110 | 1 | 1101 | 0 | 1100100 | 1011110 | 10011 | 101100100 | 1100011 | 101001 |
Color Harmonies of #CE010D
Complementary color
Monochromatic Colors of #CE010D
Black with #CE010D
Text Example
Text Example
White with #CE010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE010D; }
p { color: rgb(206,1,13); }
H1.HeaderClassName
{
color: #CE010D;
}
.AnyTagClassName
{
color: #CE010D;
}
</style>
background-color css
<style>
a { background-color: #CE010D; }
a { background-color: rgb(206,1,13); }
div.DivClassName
{
background-color: #CE010D;
}
.BgClassName
{
background-color: #CE010D;
}
</style>
border-color css
<style>
span { border-color: #CE010D; }
span { border-color: rgb(206,1,13); }
td.TdClassName
{
border-color: #CE010D;
}
.TagClassName
{
border-color: #CE010D;
}
</style>