Shades of Venetian Red #D90309
Tints of Venetian Red #D90309
RGB
CMYK
RGB Variations
Color information
#D90309 (or 0xD90309) is known color: Venetian Red. HEX triplet: D9, 03 and 09. RGB value is (217,3,9). Sum of RGB (Red+Green+Blue) = 217+3+9=229 (30% of max value = 765). Red value is 217 (85.16% from 255 or 94.76% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 217 - color contains mainly: red. Hex color #D90309 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90309 is #26FCF6. Grayscale: #434343. Windows color (decimal): -2555127 or 590809. OLE color: 590809.
HSL color Cylindrical-coordinate representation of color #D90309: hue angle of 358.32º 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 #D90309 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 3 | 9 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.15 |
| HSL | 358.32º | 0.97% | 0.43% | - |
| HSV(B) | 358.32º | 0.99% | 0.85% | - |
| XYZ | 28.7 | 14.84 | 1.61 | - |
| YUV | 67.67 | 94.9 | 234.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 3 | 9 | 0 | 0.99 | 0.96 | 0.15 | 358.32 | 0.97 | 0.43 |
| Hex | D9 | 3 | 9 | 0 | 63 | 60 | F | 166 | 61 | 2B |
| Octal | 331 | 3 | 11 | 0 | 143 | 140 | 17 | 546 | 141 | 53 |
| Binary | 11011001 | 11 | 1001 | 0 | 1100011 | 1100000 | 1111 | 101100110 | 1100001 | 101011 |
Color Harmonies of #D90309
Complementary color
Monochromatic Colors of #D90309
Black with #D90309
Text Example
Text Example
White with #D90309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90309; }
p { color: rgb(217,3,9); }
H1.HeaderClassName
{
color: #D90309;
}
.AnyTagClassName
{
color: #D90309;
}
</style>
background-color css
<style>
a { background-color: #D90309; }
a { background-color: rgb(217,3,9); }
div.DivClassName
{
background-color: #D90309;
}
.BgClassName
{
background-color: #D90309;
}
</style>
border-color css
<style>
span { border-color: #D90309; }
span { border-color: rgb(217,3,9); }
td.TdClassName
{
border-color: #D90309;
}
.TagClassName
{
border-color: #D90309;
}
</style>