Shades of Venetian Red #C90223
Tints of Venetian Red #C90223
RGB
CMYK
RGB Variations
Color information
#C90223 (or 0xC90223) is known color: Venetian Red. HEX triplet: C9, 02 and 23. RGB value is (201,2,35). Sum of RGB (Red+Green+Blue) = 201+2+35=238 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.45% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 35 (14.06% from 255 or 14.71% from 238); Max value from RGB is 201 - color contains mainly: red. Hex color #C90223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90223 is #36FDDC. Grayscale: #414141. Windows color (decimal): -3603933 or 2294473. OLE color: 2294473.
HSL color Cylindrical-coordinate representation of color #C90223: hue angle of 350.05º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C90223 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 2 | 35 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.21 |
| HSL | 350.05º | 0.98% | 0.4% | - |
| HSV(B) | 350.05º | 0.99% | 0.79% | - |
| XYZ | 24.41 | 12.58 | 2.73 | - |
| YUV | 65.26 | 110.93 | 224.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 35 | 0 | 0.99 | 0.83 | 0.21 | 350.05 | 0.98 | 0.4 |
| Hex | C9 | 2 | 23 | 0 | 63 | 53 | 15 | 15E | 62 | 28 |
| Octal | 311 | 2 | 43 | 0 | 143 | 123 | 25 | 536 | 142 | 50 |
| Binary | 11001001 | 10 | 100011 | 0 | 1100011 | 1010011 | 10101 | 101011110 | 1100010 | 101000 |
Color Harmonies of #C90223
Complementary color
Monochromatic Colors of #C90223
Black with #C90223
Text Example
Text Example
White with #C90223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90223; }
p { color: rgb(201,2,35); }
H1.HeaderClassName
{
color: #C90223;
}
.AnyTagClassName
{
color: #C90223;
}
</style>
background-color css
<style>
a { background-color: #C90223; }
a { background-color: rgb(201,2,35); }
div.DivClassName
{
background-color: #C90223;
}
.BgClassName
{
background-color: #C90223;
}
</style>
border-color css
<style>
span { border-color: #C90223; }
span { border-color: rgb(201,2,35); }
td.TdClassName
{
border-color: #C90223;
}
.TagClassName
{
border-color: #C90223;
}
</style>