Shades of Venetian Red #CE050B
Tints of Venetian Red #CE050B
RGB
CMYK
RGB Variations
Color information
#CE050B (or 0xCE050B) is known color: Venetian Red. HEX triplet: CE, 05 and 0B. RGB value is (206,5,11). Sum of RGB (Red+Green+Blue) = 206+5+11=222 (29% of max value = 765). Red value is 206 (80.86% from 255 or 92.79% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 206 - color contains mainly: red. Hex color #CE050B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE050B is #31FAF4. Grayscale: #414141. Windows color (decimal): -3275509 or 722382. OLE color: 722382.
HSL color Cylindrical-coordinate representation of color #CE050B: hue angle of 358.21º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE050B is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 11 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.19 |
| HSL | 358.21º | 0.95% | 0.41% | - |
| HSV(B) | 358.21º | 0.98% | 0.81% | - |
| XYZ | 25.57 | 13.25 | 1.53 | - |
| YUV | 65.78 | 97.09 | 228.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 11 | 0 | 0.98 | 0.95 | 0.19 | 358.21 | 0.95 | 0.41 |
| Hex | CE | 5 | B | 0 | 62 | 5F | 13 | 166 | 5F | 29 |
| Octal | 316 | 5 | 13 | 0 | 142 | 137 | 23 | 546 | 137 | 51 |
| Binary | 11001110 | 101 | 1011 | 0 | 1100010 | 1011111 | 10011 | 101100110 | 1011111 | 101001 |
Color Harmonies of #CE050B
Complementary color
Monochromatic Colors of #CE050B
Black with #CE050B
Text Example
Text Example
White with #CE050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE050B; }
p { color: rgb(206,5,11); }
H1.HeaderClassName
{
color: #CE050B;
}
.AnyTagClassName
{
color: #CE050B;
}
</style>
background-color css
<style>
a { background-color: #CE050B; }
a { background-color: rgb(206,5,11); }
div.DivClassName
{
background-color: #CE050B;
}
.BgClassName
{
background-color: #CE050B;
}
</style>
border-color css
<style>
span { border-color: #CE050B; }
span { border-color: rgb(206,5,11); }
td.TdClassName
{
border-color: #CE050B;
}
.TagClassName
{
border-color: #CE050B;
}
</style>