Shades of Venetian Red #C90C1C
Tints of Venetian Red #C90C1C
RGB
CMYK
RGB Variations
Color information
#C90C1C (or 0xC90C1C) is known color: Venetian Red. HEX triplet: C9, 0C and 1C. RGB value is (201,12,28). Sum of RGB (Red+Green+Blue) = 201+12+28=241 (31% of max value = 765). Red value is 201 (78.91% from 255 or 83.40% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90C1C is #36F3E3. Grayscale: #464646. Windows color (decimal): -3601380 or 1838281. OLE color: 1838281.
HSL color Cylindrical-coordinate representation of color #C90C1C: hue angle of 354.92º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90C1C is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 12 | 28 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.21 |
| HSL | 354.92º | 0.89% | 0.42% | - |
| HSV(B) | 354.92º | 0.94% | 0.79% | - |
| XYZ | 24.43 | 12.76 | 2.27 | - |
| YUV | 70.34 | 104.12 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 12 | 28 | 0 | 0.94 | 0.86 | 0.21 | 354.92 | 0.89 | 0.42 |
| Hex | C9 | C | 1C | 0 | 5E | 56 | 15 | 163 | 59 | 2A |
| Octal | 311 | 14 | 34 | 0 | 136 | 126 | 25 | 543 | 131 | 52 |
| Binary | 11001001 | 1100 | 11100 | 0 | 1011110 | 1010110 | 10101 | 101100011 | 1011001 | 101010 |
Color Harmonies of #C90C1C
Complementary color
Monochromatic Colors of #C90C1C
Black with #C90C1C
Text Example
Text Example
White with #C90C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90C1C; }
p { color: rgb(201,12,28); }
H1.HeaderClassName
{
color: #C90C1C;
}
.AnyTagClassName
{
color: #C90C1C;
}
</style>
background-color css
<style>
a { background-color: #C90C1C; }
a { background-color: rgb(201,12,28); }
div.DivClassName
{
background-color: #C90C1C;
}
.BgClassName
{
background-color: #C90C1C;
}
</style>
border-color css
<style>
span { border-color: #C90C1C; }
span { border-color: rgb(201,12,28); }
td.TdClassName
{
border-color: #C90C1C;
}
.TagClassName
{
border-color: #C90C1C;
}
</style>