Shades of Venetian Red #CE030B
Tints of Venetian Red #CE030B
RGB
CMYK
RGB Variations
Color information
#CE030B (or 0xCE030B) is known color: Venetian Red. HEX triplet: CE, 03 and 0B. RGB value is (206,3,11). Sum of RGB (Red+Green+Blue) = 206+3+11=220 (29% of max value = 765). Red value is 206 (80.86% from 255 or 93.64% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 206 - color contains mainly: red. Hex color #CE030B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE030B is #31FCF4. Grayscale: #404040. Windows color (decimal): -3276021 or 721870. OLE color: 721870.
HSL color Cylindrical-coordinate representation of color #CE030B: hue angle of 357.64º 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 #CE030B is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 11 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.19 |
| HSL | 357.64º | 0.97% | 0.41% | - |
| HSV(B) | 357.64º | 0.99% | 0.81% | - |
| XYZ | 25.55 | 13.21 | 1.52 | - |
| YUV | 64.61 | 97.75 | 228.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 11 | 0 | 0.99 | 0.95 | 0.19 | 357.64 | 0.97 | 0.41 |
| Hex | CE | 3 | B | 0 | 63 | 5F | 13 | 166 | 61 | 29 |
| Octal | 316 | 3 | 13 | 0 | 143 | 137 | 23 | 546 | 141 | 51 |
| Binary | 11001110 | 11 | 1011 | 0 | 1100011 | 1011111 | 10011 | 101100110 | 1100001 | 101001 |
Color Harmonies of #CE030B
Complementary color
Monochromatic Colors of #CE030B
Black with #CE030B
Text Example
Text Example
White with #CE030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE030B; }
p { color: rgb(206,3,11); }
H1.HeaderClassName
{
color: #CE030B;
}
.AnyTagClassName
{
color: #CE030B;
}
</style>
background-color css
<style>
a { background-color: #CE030B; }
a { background-color: rgb(206,3,11); }
div.DivClassName
{
background-color: #CE030B;
}
.BgClassName
{
background-color: #CE030B;
}
</style>
border-color css
<style>
span { border-color: #CE030B; }
span { border-color: rgb(206,3,11); }
td.TdClassName
{
border-color: #CE030B;
}
.TagClassName
{
border-color: #CE030B;
}
</style>