Shades of Venetian Red #C90104
Tints of Venetian Red #C90104
RGB
CMYK
RGB Variations
Color information
#C90104 (or 0xC90104) is known color: Venetian Red. HEX triplet: C9, 01 and 04. RGB value is (201,1,4). Sum of RGB (Red+Green+Blue) = 201+1+4=206 (27% of max value = 765). Red value is 201 (78.91% from 255 or 97.57% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 201 - color contains mainly: red. Hex color #C90104 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90104 is #36FEFB. Grayscale: #3D3D3D. Windows color (decimal): -3604220 or 262601. OLE color: 262601.
HSL color Cylindrical-coordinate representation of color #C90104: hue angle of 359.1º 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 #C90104 is Cyan = 0, Magento = 1.00, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 1 | 4 | - |
| CMYK | 0 | 1.00 | 0.98 | 0.21 |
| HSL | 359.1º | 0.99% | 0.4% | - |
| HSV(B) | 359.1º | 1% | 0.79% | - |
| XYZ | 24.12 | 12.45 | 1.25 | - |
| YUV | 61.14 | 95.76 | 227.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 4 | 0 | 1.00 | 0.98 | 0.21 | 359.1 | 0.99 | 0.4 |
| Hex | C9 | 1 | 4 | 0 | 64 | 62 | 15 | 167 | 63 | 28 |
| Octal | 311 | 1 | 4 | 0 | 144 | 142 | 25 | 547 | 143 | 50 |
| Binary | 11001001 | 1 | 100 | 0 | 1100100 | 1100010 | 10101 | 101100111 | 1100011 | 101000 |
Color Harmonies of #C90104
Complementary color
Monochromatic Colors of #C90104
Black with #C90104
Text Example
Text Example
White with #C90104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90104; }
p { color: rgb(201,1,4); }
H1.HeaderClassName
{
color: #C90104;
}
.AnyTagClassName
{
color: #C90104;
}
</style>
background-color css
<style>
a { background-color: #C90104; }
a { background-color: rgb(201,1,4); }
div.DivClassName
{
background-color: #C90104;
}
.BgClassName
{
background-color: #C90104;
}
</style>
border-color css
<style>
span { border-color: #C90104; }
span { border-color: rgb(201,1,4); }
td.TdClassName
{
border-color: #C90104;
}
.TagClassName
{
border-color: #C90104;
}
</style>