Shades of Venetian Red #C8032B
Tints of Venetian Red #C8032B
RGB
CMYK
RGB Variations
Color information
#C8032B (or 0xC8032B) is known color: Venetian Red. HEX triplet: C8, 03 and 2B. RGB value is (200,3,43). Sum of RGB (Red+Green+Blue) = 200+3+43=246 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.30% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 200 - color contains mainly: red. Hex color #C8032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8032B is #37FCD4. Grayscale: #424242. Windows color (decimal): -3669205 or 2819016. OLE color: 2819016.
HSL color Cylindrical-coordinate representation of color #C8032B: hue angle of 347.82º 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 #C8032B is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 43 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.22 |
| HSL | 347.82º | 0.97% | 0.4% | - |
| HSV(B) | 347.82º | 0.99% | 0.78% | - |
| XYZ | 24.29 | 12.52 | 3.42 | - |
| YUV | 66.46 | 114.77 | 223.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 43 | 0 | 0.98 | 0.78 | 0.22 | 347.82 | 0.97 | 0.4 |
| Hex | C8 | 3 | 2B | 0 | 62 | 4E | 16 | 15C | 61 | 28 |
| Octal | 310 | 3 | 53 | 0 | 142 | 116 | 26 | 534 | 141 | 50 |
| Binary | 11001000 | 11 | 101011 | 0 | 1100010 | 1001110 | 10110 | 101011100 | 1100001 | 101000 |
Color Harmonies of #C8032B
Complementary color
Monochromatic Colors of #C8032B
Black with #C8032B
Text Example
Text Example
White with #C8032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8032B; }
p { color: rgb(200,3,43); }
H1.HeaderClassName
{
color: #C8032B;
}
.AnyTagClassName
{
color: #C8032B;
}
</style>
background-color css
<style>
a { background-color: #C8032B; }
a { background-color: rgb(200,3,43); }
div.DivClassName
{
background-color: #C8032B;
}
.BgClassName
{
background-color: #C8032B;
}
</style>
border-color css
<style>
span { border-color: #C8032B; }
span { border-color: rgb(200,3,43); }
td.TdClassName
{
border-color: #C8032B;
}
.TagClassName
{
border-color: #C8032B;
}
</style>