Shades of Venetian Red #C00525
Tints of Venetian Red #C00525
RGB
CMYK
RGB Variations
Color information
#C00525 (or 0xC00525) is known color: Venetian Red. HEX triplet: C0, 05 and 25. RGB value is (192,5,37). Sum of RGB (Red+Green+Blue) = 192+5+37=234 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.05% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 192 - color contains mainly: red. Hex color #C00525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00525 is #3FFADA. Grayscale: #404040. Windows color (decimal): -4192987 or 2426304. OLE color: 2426304.
HSL color Cylindrical-coordinate representation of color #C00525: hue angle of 349.73º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00525 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 5 | 37 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.25 |
| HSL | 349.73º | 0.95% | 0.39% | - |
| HSV(B) | 349.73º | 0.97% | 0.75% | - |
| XYZ | 22.13 | 11.45 | 2.79 | - |
| YUV | 64.56 | 112.45 | 218.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 37 | 0 | 0.97 | 0.81 | 0.25 | 349.73 | 0.95 | 0.39 |
| Hex | C0 | 5 | 25 | 0 | 61 | 51 | 19 | 15E | 5F | 27 |
| Octal | 300 | 5 | 45 | 0 | 141 | 121 | 31 | 536 | 137 | 47 |
| Binary | 11000000 | 101 | 100101 | 0 | 1100001 | 1010001 | 11001 | 101011110 | 1011111 | 100111 |
Color Harmonies of #C00525
Complementary color
Monochromatic Colors of #C00525
Black with #C00525
Text Example
Text Example
White with #C00525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00525; }
p { color: rgb(192,5,37); }
H1.HeaderClassName
{
color: #C00525;
}
.AnyTagClassName
{
color: #C00525;
}
</style>
background-color css
<style>
a { background-color: #C00525; }
a { background-color: rgb(192,5,37); }
div.DivClassName
{
background-color: #C00525;
}
.BgClassName
{
background-color: #C00525;
}
</style>
border-color css
<style>
span { border-color: #C00525; }
span { border-color: rgb(192,5,37); }
td.TdClassName
{
border-color: #C00525;
}
.TagClassName
{
border-color: #C00525;
}
</style>