Shades of Venetian Red #C90123
Tints of Venetian Red #C90123
RGB
CMYK
RGB Variations
Color information
#C90123 (or 0xC90123) is known color: Venetian Red. HEX triplet: C9, 01 and 23. RGB value is (201,1,35). Sum of RGB (Red+Green+Blue) = 201+1+35=237 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.81% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 35 (14.06% from 255 or 14.77% from 237); Max value from RGB is 201 - color contains mainly: red. Hex color #C90123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90123 is #36FEDC. Grayscale: #404040. Windows color (decimal): -3604189 or 2294217. OLE color: 2294217.
HSL color Cylindrical-coordinate representation of color #C90123: hue angle of 349.8º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90123 is Cyan = 0, Magento = 1.00, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 1 | 35 | - |
| CMYK | 0 | 1.00 | 0.83 | 0.21 |
| HSL | 349.8º | 0.99% | 0.4% | - |
| HSV(B) | 349.8º | 1% | 0.79% | - |
| XYZ | 24.4 | 12.56 | 2.73 | - |
| YUV | 64.68 | 111.26 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 35 | 0 | 1.00 | 0.83 | 0.21 | 349.8 | 0.99 | 0.4 |
| Hex | C9 | 1 | 23 | 0 | 64 | 53 | 15 | 15E | 63 | 28 |
| Octal | 311 | 1 | 43 | 0 | 144 | 123 | 25 | 536 | 143 | 50 |
| Binary | 11001001 | 1 | 100011 | 0 | 1100100 | 1010011 | 10101 | 101011110 | 1100011 | 101000 |
Color Harmonies of #C90123
Complementary color
Monochromatic Colors of #C90123
Black with #C90123
Text Example
Text Example
White with #C90123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90123; }
p { color: rgb(201,1,35); }
H1.HeaderClassName
{
color: #C90123;
}
.AnyTagClassName
{
color: #C90123;
}
</style>
background-color css
<style>
a { background-color: #C90123; }
a { background-color: rgb(201,1,35); }
div.DivClassName
{
background-color: #C90123;
}
.BgClassName
{
background-color: #C90123;
}
</style>
border-color css
<style>
span { border-color: #C90123; }
span { border-color: rgb(201,1,35); }
td.TdClassName
{
border-color: #C90123;
}
.TagClassName
{
border-color: #C90123;
}
</style>