Shades of Venetian Red #C9081F
Tints of Venetian Red #C9081F
RGB
CMYK
RGB Variations
Color information
#C9081F (or 0xC9081F) is known color: Venetian Red. HEX triplet: C9, 08 and 1F. RGB value is (201,8,31). Sum of RGB (Red+Green+Blue) = 201+8+31=240 (31% of max value = 765). Red value is 201 (78.91% from 255 or 83.75% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 201 - color contains mainly: red. Hex color #C9081F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9081F is #36F7E0. Grayscale: #444444. Windows color (decimal): -3602401 or 2033865. OLE color: 2033865.
HSL color Cylindrical-coordinate representation of color #C9081F: hue angle of 352.85º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9081F is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 31 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.21 |
| HSL | 352.85º | 0.92% | 0.41% | - |
| HSV(B) | 352.85º | 0.96% | 0.79% | - |
| XYZ | 24.42 | 12.69 | 2.46 | - |
| YUV | 68.33 | 106.94 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 31 | 0 | 0.96 | 0.85 | 0.21 | 352.85 | 0.92 | 0.41 |
| Hex | C9 | 8 | 1F | 0 | 60 | 55 | 15 | 161 | 5C | 29 |
| Octal | 311 | 10 | 37 | 0 | 140 | 125 | 25 | 541 | 134 | 51 |
| Binary | 11001001 | 1000 | 11111 | 0 | 1100000 | 1010101 | 10101 | 101100001 | 1011100 | 101001 |
Color Harmonies of #C9081F
Complementary color
Monochromatic Colors of #C9081F
Black with #C9081F
Text Example
Text Example
White with #C9081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9081F; }
p { color: rgb(201,8,31); }
H1.HeaderClassName
{
color: #C9081F;
}
.AnyTagClassName
{
color: #C9081F;
}
</style>
background-color css
<style>
a { background-color: #C9081F; }
a { background-color: rgb(201,8,31); }
div.DivClassName
{
background-color: #C9081F;
}
.BgClassName
{
background-color: #C9081F;
}
</style>
border-color css
<style>
span { border-color: #C9081F; }
span { border-color: rgb(201,8,31); }
td.TdClassName
{
border-color: #C9081F;
}
.TagClassName
{
border-color: #C9081F;
}
</style>