Shades of Venetian Red #CE0323
Tints of Venetian Red #CE0323
RGB
CMYK
RGB Variations
Color information
#CE0323 (or 0xCE0323) is known color: Venetian Red. HEX triplet: CE, 03 and 23. RGB value is (206,3,35). Sum of RGB (Red+Green+Blue) = 206+3+35=244 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.43% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0323 is #31FCDC. Grayscale: #434343. Windows color (decimal): -3275997 or 2294734. OLE color: 2294734.
HSL color Cylindrical-coordinate representation of color #CE0323: hue angle of 350.54º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE0323 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 35 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.19 |
| HSL | 350.54º | 0.97% | 0.41% | - |
| HSV(B) | 350.54º | 0.99% | 0.81% | - |
| XYZ | 25.79 | 13.31 | 2.8 | - |
| YUV | 67.35 | 109.75 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 35 | 0 | 0.99 | 0.83 | 0.19 | 350.54 | 0.97 | 0.41 |
| Hex | CE | 3 | 23 | 0 | 63 | 53 | 13 | 15F | 61 | 29 |
| Octal | 316 | 3 | 43 | 0 | 143 | 123 | 23 | 537 | 141 | 51 |
| Binary | 11001110 | 11 | 100011 | 0 | 1100011 | 1010011 | 10011 | 101011111 | 1100001 | 101001 |
Color Harmonies of #CE0323
Complementary color
Monochromatic Colors of #CE0323
Black with #CE0323
Text Example
Text Example
White with #CE0323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0323; }
p { color: rgb(206,3,35); }
H1.HeaderClassName
{
color: #CE0323;
}
.AnyTagClassName
{
color: #CE0323;
}
</style>
background-color css
<style>
a { background-color: #CE0323; }
a { background-color: rgb(206,3,35); }
div.DivClassName
{
background-color: #CE0323;
}
.BgClassName
{
background-color: #CE0323;
}
</style>
border-color css
<style>
span { border-color: #CE0323; }
span { border-color: rgb(206,3,35); }
td.TdClassName
{
border-color: #CE0323;
}
.TagClassName
{
border-color: #CE0323;
}
</style>