Shades of Venetian Red #CE0308
Tints of Venetian Red #CE0308
RGB
CMYK
RGB Variations
Color information
#CE0308 (or 0xCE0308) is known color: Venetian Red. HEX triplet: CE, 03 and 08. RGB value is (206,3,8). Sum of RGB (Red+Green+Blue) = 206+3+8=217 (28% of max value = 765). Red value is 206 (80.86% from 255 or 94.93% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 8 (3.52% from 255 or 3.69% from 217); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0308 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0308 is #31FCF7. Grayscale: #404040. Windows color (decimal): -3276024 or 525262. OLE color: 525262.
HSL color Cylindrical-coordinate representation of color #CE0308: hue angle of 358.52º 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 #CE0308 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 8 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.19 |
| HSL | 358.52º | 0.97% | 0.41% | - |
| HSV(B) | 358.52º | 0.99% | 0.81% | - |
| XYZ | 25.53 | 13.2 | 1.43 | - |
| YUV | 64.27 | 96.25 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 8 | 0 | 0.99 | 0.96 | 0.19 | 358.52 | 0.97 | 0.41 |
| Hex | CE | 3 | 8 | 0 | 63 | 60 | 13 | 167 | 61 | 29 |
| Octal | 316 | 3 | 10 | 0 | 143 | 140 | 23 | 547 | 141 | 51 |
| Binary | 11001110 | 11 | 1000 | 0 | 1100011 | 1100000 | 10011 | 101100111 | 1100001 | 101001 |
Color Harmonies of #CE0308
Complementary color
Monochromatic Colors of #CE0308
Black with #CE0308
Text Example
Text Example
White with #CE0308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0308; }
p { color: rgb(206,3,8); }
H1.HeaderClassName
{
color: #CE0308;
}
.AnyTagClassName
{
color: #CE0308;
}
</style>
background-color css
<style>
a { background-color: #CE0308; }
a { background-color: rgb(206,3,8); }
div.DivClassName
{
background-color: #CE0308;
}
.BgClassName
{
background-color: #CE0308;
}
</style>
border-color css
<style>
span { border-color: #CE0308; }
span { border-color: rgb(206,3,8); }
td.TdClassName
{
border-color: #CE0308;
}
.TagClassName
{
border-color: #CE0308;
}
</style>