Shades of Venetian Red #C8030C
Tints of Venetian Red #C8030C
RGB
CMYK
RGB Variations
Color information
#C8030C (or 0xC8030C) is known color: Venetian Red. HEX triplet: C8, 03 and 0C. RGB value is (200,3,12). Sum of RGB (Red+Green+Blue) = 200+3+12=215 (28% of max value = 765). Red value is 200 (78.52% from 255 or 93.02% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 200 - color contains mainly: red. Hex color #C8030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8030C is #37FCF3. Grayscale: #3F3F3F. Windows color (decimal): -3669236 or 787400. OLE color: 787400.
HSL color Cylindrical-coordinate representation of color #C8030C: hue angle of 357.26º 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 #C8030C is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 12 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.22 |
| HSL | 357.26º | 0.97% | 0.4% | - |
| HSV(B) | 357.26º | 0.99% | 0.78% | - |
| XYZ | 23.92 | 12.37 | 1.48 | - |
| YUV | 62.93 | 99.27 | 225.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 12 | 0 | 0.98 | 0.94 | 0.22 | 357.26 | 0.97 | 0.4 |
| Hex | C8 | 3 | C | 0 | 62 | 5E | 16 | 165 | 61 | 28 |
| Octal | 310 | 3 | 14 | 0 | 142 | 136 | 26 | 545 | 141 | 50 |
| Binary | 11001000 | 11 | 1100 | 0 | 1100010 | 1011110 | 10110 | 101100101 | 1100001 | 101000 |
Color Harmonies of #C8030C
Complementary color
Monochromatic Colors of #C8030C
Black with #C8030C
Text Example
Text Example
White with #C8030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8030C; }
p { color: rgb(200,3,12); }
H1.HeaderClassName
{
color: #C8030C;
}
.AnyTagClassName
{
color: #C8030C;
}
</style>
background-color css
<style>
a { background-color: #C8030C; }
a { background-color: rgb(200,3,12); }
div.DivClassName
{
background-color: #C8030C;
}
.BgClassName
{
background-color: #C8030C;
}
</style>
border-color css
<style>
span { border-color: #C8030C; }
span { border-color: rgb(200,3,12); }
td.TdClassName
{
border-color: #C8030C;
}
.TagClassName
{
border-color: #C8030C;
}
</style>