Shades of Venetian Red #C90019
Tints of Venetian Red #C90019
RGB
CMYK
RGB Variations
Color information
#C90019 (or 0xC90019) is known color: Venetian Red. HEX triplet: C9, 00 and 19. RGB value is (201,0,25). Sum of RGB (Red+Green+Blue) = 201+0+25=226 (29% of max value = 765). Red value is 201 (78.91% from 255 or 88.94% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 25 (10.16% from 255 or 11.06% from 226); Max value from RGB is 201 - color contains mainly: red. Hex color #C90019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90019 is #36FFE6. Grayscale: #3F3F3F. Windows color (decimal): -3604455 or 1638601. OLE color: 1638601.
HSL color Cylindrical-coordinate representation of color #C90019: hue angle of 352.54º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90019 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.88 | 0.21 |
| HSL | 352.54º | 1% | 0.39% | - |
| HSV(B) | 352.54º | 1% | 0.79% | - |
| XYZ | 24.26 | 12.49 | 2.05 | - |
| YUV | 62.95 | 106.59 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 25 | 0 | 1 | 0.88 | 0.21 | 352.54 | 1 | 0.39 |
| Hex | C9 | 0 | 19 | 0 | 64 | 58 | 15 | 161 | 64 | 27 |
| Octal | 311 | 0 | 31 | 0 | 144 | 130 | 25 | 541 | 144 | 47 |
| Binary | 11001001 | 0 | 11001 | 0 | 1100100 | 1011000 | 10101 | 101100001 | 1100100 | 100111 |
Color Harmonies of #C90019
Complementary color
Monochromatic Colors of #C90019
Black with #C90019
Text Example
Text Example
White with #C90019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90019; }
p { color: rgb(201,0,25); }
H1.HeaderClassName
{
color: #C90019;
}
.AnyTagClassName
{
color: #C90019;
}
</style>
background-color css
<style>
a { background-color: #C90019; }
a { background-color: rgb(201,0,25); }
div.DivClassName
{
background-color: #C90019;
}
.BgClassName
{
background-color: #C90019;
}
</style>
border-color css
<style>
span { border-color: #C90019; }
span { border-color: rgb(201,0,25); }
td.TdClassName
{
border-color: #C90019;
}
.TagClassName
{
border-color: #C90019;
}
</style>