Shades of Venetian Red #D5090F
Tints of Venetian Red #D5090F
RGB
CMYK
RGB Variations
Color information
#D5090F (or 0xD5090F) is known color: Venetian Red. HEX triplet: D5, 09 and 0F. RGB value is (213,9,15). Sum of RGB (Red+Green+Blue) = 213+9+15=237 (31% of max value = 765). Red value is 213 (83.59% from 255 or 89.87% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 213 - color contains mainly: red. Hex color #D5090F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5090F is #2AF6F0. Grayscale: #464646. Windows color (decimal): -2815729 or 985557. OLE color: 985557.
HSL color Cylindrical-coordinate representation of color #D5090F: hue angle of 358.24º 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 #D5090F is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 15 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.16 |
| HSL | 358.24º | 0.92% | 0.44% | - |
| HSV(B) | 358.24º | 0.96% | 0.84% | - |
| XYZ | 27.62 | 14.38 | 1.77 | - |
| YUV | 70.68 | 96.59 | 229.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 15 | 0 | 0.96 | 0.93 | 0.16 | 358.24 | 0.92 | 0.44 |
| Hex | D5 | 9 | F | 0 | 60 | 5D | 10 | 166 | 5C | 2C |
| Octal | 325 | 11 | 17 | 0 | 140 | 135 | 20 | 546 | 134 | 54 |
| Binary | 11010101 | 1001 | 1111 | 0 | 1100000 | 1011101 | 10000 | 101100110 | 1011100 | 101100 |
Color Harmonies of #D5090F
Complementary color
Monochromatic Colors of #D5090F
Black with #D5090F
Text Example
Text Example
White with #D5090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5090F; }
p { color: rgb(213,9,15); }
H1.HeaderClassName
{
color: #D5090F;
}
.AnyTagClassName
{
color: #D5090F;
}
</style>
background-color css
<style>
a { background-color: #D5090F; }
a { background-color: rgb(213,9,15); }
div.DivClassName
{
background-color: #D5090F;
}
.BgClassName
{
background-color: #D5090F;
}
</style>
border-color css
<style>
span { border-color: #D5090F; }
span { border-color: rgb(213,9,15); }
td.TdClassName
{
border-color: #D5090F;
}
.TagClassName
{
border-color: #D5090F;
}
</style>