Shades of Venetian Red #C90B1D
Tints of Venetian Red #C90B1D
RGB
CMYK
RGB Variations
Color information
#C90B1D (or 0xC90B1D) is known color: Venetian Red. HEX triplet: C9, 0B and 1D. RGB value is (201,11,29). Sum of RGB (Red+Green+Blue) = 201+11+29=241 (31% of max value = 765). Red value is 201 (78.91% from 255 or 83.40% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 201 - color contains mainly: red. Hex color #C90B1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90B1D is #36F4E2. Grayscale: #454545. Windows color (decimal): -3601635 or 1903561. OLE color: 1903561.
HSL color Cylindrical-coordinate representation of color #C90B1D: hue angle of 354.32º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90B1D is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 11 | 29 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.21 |
| HSL | 354.32º | 0.9% | 0.42% | - |
| HSV(B) | 354.32º | 0.95% | 0.79% | - |
| XYZ | 24.43 | 12.75 | 2.33 | - |
| YUV | 69.86 | 104.95 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 11 | 29 | 0 | 0.95 | 0.86 | 0.21 | 354.32 | 0.9 | 0.42 |
| Hex | C9 | B | 1D | 0 | 5F | 56 | 15 | 162 | 5A | 2A |
| Octal | 311 | 13 | 35 | 0 | 137 | 126 | 25 | 542 | 132 | 52 |
| Binary | 11001001 | 1011 | 11101 | 0 | 1011111 | 1010110 | 10101 | 101100010 | 1011010 | 101010 |
Color Harmonies of #C90B1D
Complementary color
Monochromatic Colors of #C90B1D
Black with #C90B1D
Text Example
Text Example
White with #C90B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90B1D; }
p { color: rgb(201,11,29); }
H1.HeaderClassName
{
color: #C90B1D;
}
.AnyTagClassName
{
color: #C90B1D;
}
</style>
background-color css
<style>
a { background-color: #C90B1D; }
a { background-color: rgb(201,11,29); }
div.DivClassName
{
background-color: #C90B1D;
}
.BgClassName
{
background-color: #C90B1D;
}
</style>
border-color css
<style>
span { border-color: #C90B1D; }
span { border-color: rgb(201,11,29); }
td.TdClassName
{
border-color: #C90B1D;
}
.TagClassName
{
border-color: #C90B1D;
}
</style>