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