Shades of Venetian Red #CE0327
Tints of Venetian Red #CE0327
RGB
CMYK
RGB Variations
Color information
#CE0327 (or 0xCE0327) is known color: Venetian Red. HEX triplet: CE, 03 and 27. RGB value is (206,3,39). Sum of RGB (Red+Green+Blue) = 206+3+39=248 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.06% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0327 is #31FCD8. Grayscale: #434343. Windows color (decimal): -3275993 or 2556878. OLE color: 2556878.
HSL color Cylindrical-coordinate representation of color #CE0327: hue angle of 349.36º 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 #CE0327 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 39 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.19 |
| HSL | 349.36º | 0.97% | 0.41% | - |
| HSV(B) | 349.36º | 0.99% | 0.81% | - |
| XYZ | 25.85 | 13.33 | 3.13 | - |
| YUV | 67.8 | 111.75 | 226.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 39 | 0 | 0.99 | 0.81 | 0.19 | 349.36 | 0.97 | 0.41 |
| Hex | CE | 3 | 27 | 0 | 63 | 51 | 13 | 15D | 61 | 29 |
| Octal | 316 | 3 | 47 | 0 | 143 | 121 | 23 | 535 | 141 | 51 |
| Binary | 11001110 | 11 | 100111 | 0 | 1100011 | 1010001 | 10011 | 101011101 | 1100001 | 101001 |
Color Harmonies of #CE0327
Complementary color
Monochromatic Colors of #CE0327
Black with #CE0327
Text Example
Text Example
White with #CE0327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0327; }
p { color: rgb(206,3,39); }
H1.HeaderClassName
{
color: #CE0327;
}
.AnyTagClassName
{
color: #CE0327;
}
</style>
background-color css
<style>
a { background-color: #CE0327; }
a { background-color: rgb(206,3,39); }
div.DivClassName
{
background-color: #CE0327;
}
.BgClassName
{
background-color: #CE0327;
}
</style>
border-color css
<style>
span { border-color: #CE0327; }
span { border-color: rgb(206,3,39); }
td.TdClassName
{
border-color: #CE0327;
}
.TagClassName
{
border-color: #CE0327;
}
</style>