Shades of Venetian Red #C8041C
Tints of Venetian Red #C8041C
RGB
CMYK
RGB Variations
Color information
#C8041C (or 0xC8041C) is known color: Venetian Red. HEX triplet: C8, 04 and 1C. RGB value is (200,4,28). Sum of RGB (Red+Green+Blue) = 200+4+28=232 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.21% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 200 - color contains mainly: red. Hex color #C8041C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8041C is #37FBE3. Grayscale: #414141. Windows color (decimal): -3668964 or 1836232. OLE color: 1836232.
HSL color Cylindrical-coordinate representation of color #C8041C: hue angle of 352.65º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8041C is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 28 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.22 |
| HSL | 352.65º | 0.96% | 0.4% | - |
| HSV(B) | 352.65º | 0.98% | 0.78% | - |
| XYZ | 24.07 | 12.45 | 2.23 | - |
| YUV | 65.34 | 106.93 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 28 | 0 | 0.98 | 0.86 | 0.22 | 352.65 | 0.96 | 0.4 |
| Hex | C8 | 4 | 1C | 0 | 62 | 56 | 16 | 161 | 60 | 28 |
| Octal | 310 | 4 | 34 | 0 | 142 | 126 | 26 | 541 | 140 | 50 |
| Binary | 11001000 | 100 | 11100 | 0 | 1100010 | 1010110 | 10110 | 101100001 | 1100000 | 101000 |
Color Harmonies of #C8041C
Complementary color
Monochromatic Colors of #C8041C
Black with #C8041C
Text Example
Text Example
White with #C8041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8041C; }
p { color: rgb(200,4,28); }
H1.HeaderClassName
{
color: #C8041C;
}
.AnyTagClassName
{
color: #C8041C;
}
</style>
background-color css
<style>
a { background-color: #C8041C; }
a { background-color: rgb(200,4,28); }
div.DivClassName
{
background-color: #C8041C;
}
.BgClassName
{
background-color: #C8041C;
}
</style>
border-color css
<style>
span { border-color: #C8041C; }
span { border-color: rgb(200,4,28); }
td.TdClassName
{
border-color: #C8041C;
}
.TagClassName
{
border-color: #C8041C;
}
</style>