Shades of Venetian Red #D90305
Tints of Venetian Red #D90305
RGB
CMYK
RGB Variations
Color information
#D90305 (or 0xD90305) is known color: Venetian Red. HEX triplet: D9, 03 and 05. RGB value is (217,3,5). Sum of RGB (Red+Green+Blue) = 217+3+5=225 (29% of max value = 765). Red value is 217 (85.16% from 255 or 96.44% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 217 - color contains mainly: red. Hex color #D90305 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90305 is #26FCFA. Grayscale: #434343. Windows color (decimal): -2555131 or 328665. OLE color: 328665.
HSL color Cylindrical-coordinate representation of color #D90305: hue angle of 359.44º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D90305 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 3 | 5 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.15 |
| HSL | 359.44º | 0.97% | 0.43% | - |
| HSV(B) | 359.44º | 0.99% | 0.85% | - |
| XYZ | 28.68 | 14.83 | 1.49 | - |
| YUV | 67.21 | 92.9 | 234.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 3 | 5 | 0 | 0.99 | 0.98 | 0.15 | 359.44 | 0.97 | 0.43 |
| Hex | D9 | 3 | 5 | 0 | 63 | 62 | F | 167 | 61 | 2B |
| Octal | 331 | 3 | 5 | 0 | 143 | 142 | 17 | 547 | 141 | 53 |
| Binary | 11011001 | 11 | 101 | 0 | 1100011 | 1100010 | 1111 | 101100111 | 1100001 | 101011 |
Color Harmonies of #D90305
Complementary color
Monochromatic Colors of #D90305
Black with #D90305
Text Example
Text Example
White with #D90305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90305; }
p { color: rgb(217,3,5); }
H1.HeaderClassName
{
color: #D90305;
}
.AnyTagClassName
{
color: #D90305;
}
</style>
background-color css
<style>
a { background-color: #D90305; }
a { background-color: rgb(217,3,5); }
div.DivClassName
{
background-color: #D90305;
}
.BgClassName
{
background-color: #D90305;
}
</style>
border-color css
<style>
span { border-color: #D90305; }
span { border-color: rgb(217,3,5); }
td.TdClassName
{
border-color: #D90305;
}
.TagClassName
{
border-color: #D90305;
}
</style>