Shades of Venetian Red #D90113
Tints of Venetian Red #D90113
RGB
CMYK
RGB Variations
Color information
#D90113 (or 0xD90113) is known color: Venetian Red. HEX triplet: D9, 01 and 13. RGB value is (217,1,19). Sum of RGB (Red+Green+Blue) = 217+1+19=237 (31% of max value = 765). Red value is 217 (85.16% from 255 or 91.56% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 217 - color contains mainly: red. Hex color #D90113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90113 is #26FEEC. Grayscale: #434343. Windows color (decimal): -2555629 or 1245657. OLE color: 1245657.
HSL color Cylindrical-coordinate representation of color #D90113: hue angle of 355º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90113 is Cyan = 0, Magento = 1.00, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 19 | - |
| CMYK | 0 | 1.00 | 0.91 | 0.15 |
| HSL | 355º | 0.99% | 0.43% | - |
| HSV(B) | 355º | 1% | 0.85% | - |
| XYZ | 28.74 | 14.82 | 1.96 | - |
| YUV | 67.64 | 100.56 | 234.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 19 | 0 | 1.00 | 0.91 | 0.15 | 355 | 0.99 | 0.43 |
| Hex | D9 | 1 | 13 | 0 | 64 | 5B | F | 163 | 63 | 2B |
| Octal | 331 | 1 | 23 | 0 | 144 | 133 | 17 | 543 | 143 | 53 |
| Binary | 11011001 | 1 | 10011 | 0 | 1100100 | 1011011 | 1111 | 101100011 | 1100011 | 101011 |
Color Harmonies of #D90113
Complementary color
Monochromatic Colors of #D90113
Black with #D90113
Text Example
Text Example
White with #D90113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90113; }
p { color: rgb(217,1,19); }
H1.HeaderClassName
{
color: #D90113;
}
.AnyTagClassName
{
color: #D90113;
}
</style>
background-color css
<style>
a { background-color: #D90113; }
a { background-color: rgb(217,1,19); }
div.DivClassName
{
background-color: #D90113;
}
.BgClassName
{
background-color: #D90113;
}
</style>
border-color css
<style>
span { border-color: #D90113; }
span { border-color: rgb(217,1,19); }
td.TdClassName
{
border-color: #D90113;
}
.TagClassName
{
border-color: #D90113;
}
</style>