Shades of Venetian Red #C90F10
Tints of Venetian Red #C90F10
RGB
CMYK
RGB Variations
Color information
#C90F10 (or 0xC90F10) is known color: Venetian Red. HEX triplet: C9, 0F and 10. RGB value is (201,15,16). Sum of RGB (Red+Green+Blue) = 201+15+16=232 (30% of max value = 765). Red value is 201 (78.91% from 255 or 86.64% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 201 - color contains mainly: red. Hex color #C90F10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90F10 is #36F0EF. Grayscale: #464646. Windows color (decimal): -3600624 or 1052617. OLE color: 1052617.
HSL color Cylindrical-coordinate representation of color #C90F10: hue angle of 359.68º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90F10 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 15 | 16 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.21 |
| HSL | 359.68º | 0.86% | 0.42% | - |
| HSV(B) | 359.68º | 0.93% | 0.79% | - |
| XYZ | 24.35 | 12.8 | 1.68 | - |
| YUV | 70.73 | 97.12 | 220.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 15 | 16 | 0 | 0.93 | 0.92 | 0.21 | 359.68 | 0.86 | 0.42 |
| Hex | C9 | F | 10 | 0 | 5D | 5C | 15 | 168 | 56 | 2A |
| Octal | 311 | 17 | 20 | 0 | 135 | 134 | 25 | 550 | 126 | 52 |
| Binary | 11001001 | 1111 | 10000 | 0 | 1011101 | 1011100 | 10101 | 101101000 | 1010110 | 101010 |
Color Harmonies of #C90F10
Complementary color
Monochromatic Colors of #C90F10
Black with #C90F10
Text Example
Text Example
White with #C90F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90F10; }
p { color: rgb(201,15,16); }
H1.HeaderClassName
{
color: #C90F10;
}
.AnyTagClassName
{
color: #C90F10;
}
</style>
background-color css
<style>
a { background-color: #C90F10; }
a { background-color: rgb(201,15,16); }
div.DivClassName
{
background-color: #C90F10;
}
.BgClassName
{
background-color: #C90F10;
}
</style>
border-color css
<style>
span { border-color: #C90F10; }
span { border-color: rgb(201,15,16); }
td.TdClassName
{
border-color: #C90F10;
}
.TagClassName
{
border-color: #C90F10;
}
</style>