Shades of Venetian Red #D5091C
Tints of Venetian Red #D5091C
RGB
CMYK
RGB Variations
Color information
#D5091C (or 0xD5091C) is known color: Venetian Red. HEX triplet: D5, 09 and 1C. RGB value is (213,9,28). Sum of RGB (Red+Green+Blue) = 213+9+28=250 (33% of max value = 765). Red value is 213 (83.59% from 255 or 85.2% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 213 - color contains mainly: red. Hex color #D5091C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5091C is #2AF6E3. Grayscale: #484848. Windows color (decimal): -2815716 or 1837525. OLE color: 1837525.
HSL color Cylindrical-coordinate representation of color #D5091C: hue angle of 354.41º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5091C is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 28 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.16 |
| HSL | 354.41º | 0.92% | 0.44% | - |
| HSV(B) | 354.41º | 0.96% | 0.84% | - |
| XYZ | 27.75 | 14.43 | 2.42 | - |
| YUV | 72.16 | 103.09 | 228.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 28 | 0 | 0.96 | 0.87 | 0.16 | 354.41 | 0.92 | 0.44 |
| Hex | D5 | 9 | 1C | 0 | 60 | 57 | 10 | 162 | 5C | 2C |
| Octal | 325 | 11 | 34 | 0 | 140 | 127 | 20 | 542 | 134 | 54 |
| Binary | 11010101 | 1001 | 11100 | 0 | 1100000 | 1010111 | 10000 | 101100010 | 1011100 | 101100 |
Color Harmonies of #D5091C
Complementary color
Monochromatic Colors of #D5091C
Black with #D5091C
Text Example
Text Example
White with #D5091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5091C; }
p { color: rgb(213,9,28); }
H1.HeaderClassName
{
color: #D5091C;
}
.AnyTagClassName
{
color: #D5091C;
}
</style>
background-color css
<style>
a { background-color: #D5091C; }
a { background-color: rgb(213,9,28); }
div.DivClassName
{
background-color: #D5091C;
}
.BgClassName
{
background-color: #D5091C;
}
</style>
border-color css
<style>
span { border-color: #D5091C; }
span { border-color: rgb(213,9,28); }
td.TdClassName
{
border-color: #D5091C;
}
.TagClassName
{
border-color: #D5091C;
}
</style>