Shades of Venetian Red #C8051A
Tints of Venetian Red #C8051A
RGB
CMYK
RGB Variations
Color information
#C8051A (or 0xC8051A) is known color: Venetian Red. HEX triplet: C8, 05 and 1A. RGB value is (200,5,26). Sum of RGB (Red+Green+Blue) = 200+5+26=231 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.58% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 200 - color contains mainly: red. Hex color #C8051A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8051A is #37FAE5. Grayscale: #414141. Windows color (decimal): -3668710 or 1705416. OLE color: 1705416.
HSL color Cylindrical-coordinate representation of color #C8051A: hue angle of 353.54º 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 #C8051A is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 5 | 26 | - |
CMYK | 0 | 0.98 | 0.87 | 0.22 |
HSL | 353.54º | 0.95% | 0.4% | - |
HSV(B) | 353.54º | 0.98% | 0.78% | - |
XYZ | 24.06 | 12.46 | 2.11 | - |
YUV | 65.7 | 105.6 | 223.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 5 | 26 | 0 | 0.98 | 0.87 | 0.22 | 353.54 | 0.95 | 0.4 |
Hex | C8 | 5 | 1A | 0 | 62 | 57 | 16 | 162 | 5F | 28 |
Octal | 310 | 5 | 32 | 0 | 142 | 127 | 26 | 542 | 137 | 50 |
Binary | 11001000 | 101 | 11010 | 0 | 1100010 | 1010111 | 10110 | 101100010 | 1011111 | 101000 |
Color Harmonies of #C8051A
Complementary color
Monochromatic Colors of #C8051A
Black with #C8051A
Text Example
Text Example
White with #C8051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8051A; }
p { color: rgb(200,5,26); }
H1.HeaderClassName
{
color: #C8051A;
}
.AnyTagClassName
{
color: #C8051A;
}
</style>
background-color css
<style>
a { background-color: #C8051A; }
a { background-color: rgb(200,5,26); }
div.DivClassName
{
background-color: #C8051A;
}
.BgClassName
{
background-color: #C8051A;
}
</style>
border-color css
<style>
span { border-color: #C8051A; }
span { border-color: rgb(200,5,26); }
td.TdClassName
{
border-color: #C8051A;
}
.TagClassName
{
border-color: #C8051A;
}
</style>