Shades of Venetian Red #CE0317
Tints of Venetian Red #CE0317
RGB
CMYK
RGB Variations
Color information
#CE0317 (or 0xCE0317) is known color: Venetian Red. HEX triplet: CE, 03 and 17. RGB value is (206,3,23). Sum of RGB (Red+Green+Blue) = 206+3+23=232 (30% of max value = 765). Red value is 206 (80.86% from 255 or 88.79% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0317 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0317 is #31FCE8. Grayscale: #424242. Windows color (decimal): -3276009 or 1508302. OLE color: 1508302.
HSL color Cylindrical-coordinate representation of color #CE0317: hue angle of 354.09º 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 #CE0317 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 23 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.19 |
| HSL | 354.09º | 0.97% | 0.41% | - |
| HSV(B) | 354.09º | 0.99% | 0.81% | - |
| XYZ | 25.64 | 13.25 | 2.02 | - |
| YUV | 65.98 | 103.75 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 23 | 0 | 0.99 | 0.89 | 0.19 | 354.09 | 0.97 | 0.41 |
| Hex | CE | 3 | 17 | 0 | 63 | 59 | 13 | 162 | 61 | 29 |
| Octal | 316 | 3 | 27 | 0 | 143 | 131 | 23 | 542 | 141 | 51 |
| Binary | 11001110 | 11 | 10111 | 0 | 1100011 | 1011001 | 10011 | 101100010 | 1100001 | 101001 |
Color Harmonies of #CE0317
Complementary color
Monochromatic Colors of #CE0317
Black with #CE0317
Text Example
Text Example
White with #CE0317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0317; }
p { color: rgb(206,3,23); }
H1.HeaderClassName
{
color: #CE0317;
}
.AnyTagClassName
{
color: #CE0317;
}
</style>
background-color css
<style>
a { background-color: #CE0317; }
a { background-color: rgb(206,3,23); }
div.DivClassName
{
background-color: #CE0317;
}
.BgClassName
{
background-color: #CE0317;
}
</style>
border-color css
<style>
span { border-color: #CE0317; }
span { border-color: rgb(206,3,23); }
td.TdClassName
{
border-color: #CE0317;
}
.TagClassName
{
border-color: #CE0317;
}
</style>