Shades of Venetian Red #C8051B
Tints of Venetian Red #C8051B
RGB
CMYK
RGB Variations
Color information
#C8051B (or 0xC8051B) is known color: Venetian Red. HEX triplet: C8, 05 and 1B. RGB value is (200,5,27). Sum of RGB (Red+Green+Blue) = 200+5+27=232 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.21% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 200 - color contains mainly: red. Hex color #C8051B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8051B is #37FAE4. Grayscale: #414141. Windows color (decimal): -3668709 or 1770952. OLE color: 1770952.
HSL color Cylindrical-coordinate representation of color #C8051B: hue angle of 353.23º degrees, saturation: 0.95, 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 #C8051B is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 27 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.22 |
| HSL | 353.23º | 0.95% | 0.4% | - |
| HSV(B) | 353.23º | 0.98% | 0.78% | - |
| XYZ | 24.07 | 12.47 | 2.17 | - |
| YUV | 65.81 | 106.1 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 27 | 0 | 0.98 | 0.86 | 0.22 | 353.23 | 0.95 | 0.4 |
| Hex | C8 | 5 | 1B | 0 | 62 | 56 | 16 | 161 | 5F | 28 |
| Octal | 310 | 5 | 33 | 0 | 142 | 126 | 26 | 541 | 137 | 50 |
| Binary | 11001000 | 101 | 11011 | 0 | 1100010 | 1010110 | 10110 | 101100001 | 1011111 | 101000 |
Color Harmonies of #C8051B
Complementary color
Monochromatic Colors of #C8051B
Black with #C8051B
Text Example
Text Example
White with #C8051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8051B; }
p { color: rgb(200,5,27); }
H1.HeaderClassName
{
color: #C8051B;
}
.AnyTagClassName
{
color: #C8051B;
}
</style>
background-color css
<style>
a { background-color: #C8051B; }
a { background-color: rgb(200,5,27); }
div.DivClassName
{
background-color: #C8051B;
}
.BgClassName
{
background-color: #C8051B;
}
</style>
border-color css
<style>
span { border-color: #C8051B; }
span { border-color: rgb(200,5,27); }
td.TdClassName
{
border-color: #C8051B;
}
.TagClassName
{
border-color: #C8051B;
}
</style>