Shades of Venetian Red #C90321
Tints of Venetian Red #C90321
RGB
CMYK
RGB Variations
Color information
#C90321 (or 0xC90321) is known color: Venetian Red. HEX triplet: C9, 03 and 21. RGB value is (201,3,33). Sum of RGB (Red+Green+Blue) = 201+3+33=237 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.81% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 33 (13.28% from 255 or 13.92% from 237); Max value from RGB is 201 - color contains mainly: red. Hex color #C90321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90321 is #36FCDE. Grayscale: #414141. Windows color (decimal): -3603679 or 2163657. OLE color: 2163657.
HSL color Cylindrical-coordinate representation of color #C90321: hue angle of 350.91º degrees, saturation: 0.97, 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 #C90321 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 3 | 33 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.21 |
| HSL | 350.91º | 0.97% | 0.4% | - |
| HSV(B) | 350.91º | 0.99% | 0.79% | - |
| XYZ | 24.39 | 12.59 | 2.58 | - |
| YUV | 65.62 | 109.6 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 33 | 0 | 0.99 | 0.84 | 0.21 | 350.91 | 0.97 | 0.4 |
| Hex | C9 | 3 | 21 | 0 | 63 | 54 | 15 | 15F | 61 | 28 |
| Octal | 311 | 3 | 41 | 0 | 143 | 124 | 25 | 537 | 141 | 50 |
| Binary | 11001001 | 11 | 100001 | 0 | 1100011 | 1010100 | 10101 | 101011111 | 1100001 | 101000 |
Color Harmonies of #C90321
Complementary color
Monochromatic Colors of #C90321
Black with #C90321
Text Example
Text Example
White with #C90321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90321; }
p { color: rgb(201,3,33); }
H1.HeaderClassName
{
color: #C90321;
}
.AnyTagClassName
{
color: #C90321;
}
</style>
background-color css
<style>
a { background-color: #C90321; }
a { background-color: rgb(201,3,33); }
div.DivClassName
{
background-color: #C90321;
}
.BgClassName
{
background-color: #C90321;
}
</style>
border-color css
<style>
span { border-color: #C90321; }
span { border-color: rgb(201,3,33); }
td.TdClassName
{
border-color: #C90321;
}
.TagClassName
{
border-color: #C90321;
}
</style>