Shades of Venetian Red #C8030B
Tints of Venetian Red #C8030B
RGB
CMYK
RGB Variations
Color information
#C8030B (or 0xC8030B) is known color: Venetian Red. HEX triplet: C8, 03 and 0B. RGB value is (200,3,11). Sum of RGB (Red+Green+Blue) = 200+3+11=214 (28% of max value = 765). Red value is 200 (78.52% from 255 or 93.46% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 200 - color contains mainly: red. Hex color #C8030B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8030B is #37FCF4. Grayscale: #3E3E3E. Windows color (decimal): -3669237 or 721864. OLE color: 721864.
HSL color Cylindrical-coordinate representation of color #C8030B: hue angle of 357.56º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8030B is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 11 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.22 |
| HSL | 357.56º | 0.97% | 0.4% | - |
| HSV(B) | 357.56º | 0.99% | 0.78% | - |
| XYZ | 23.91 | 12.37 | 1.44 | - |
| YUV | 62.82 | 98.77 | 225.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 11 | 0 | 0.98 | 0.94 | 0.22 | 357.56 | 0.97 | 0.4 |
| Hex | C8 | 3 | B | 0 | 62 | 5E | 16 | 166 | 61 | 28 |
| Octal | 310 | 3 | 13 | 0 | 142 | 136 | 26 | 546 | 141 | 50 |
| Binary | 11001000 | 11 | 1011 | 0 | 1100010 | 1011110 | 10110 | 101100110 | 1100001 | 101000 |
Color Harmonies of #C8030B
Complementary color
Monochromatic Colors of #C8030B
Black with #C8030B
Text Example
Text Example
White with #C8030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8030B; }
p { color: rgb(200,3,11); }
H1.HeaderClassName
{
color: #C8030B;
}
.AnyTagClassName
{
color: #C8030B;
}
</style>
background-color css
<style>
a { background-color: #C8030B; }
a { background-color: rgb(200,3,11); }
div.DivClassName
{
background-color: #C8030B;
}
.BgClassName
{
background-color: #C8030B;
}
</style>
border-color css
<style>
span { border-color: #C8030B; }
span { border-color: rgb(200,3,11); }
td.TdClassName
{
border-color: #C8030B;
}
.TagClassName
{
border-color: #C8030B;
}
</style>