Shades of Venetian Red #D90314
Tints of Venetian Red #D90314
RGB
CMYK
RGB Variations
Color information
#D90314 (or 0xD90314) is known color: Venetian Red. HEX triplet: D9, 03 and 14. RGB value is (217,3,20). Sum of RGB (Red+Green+Blue) = 217+3+20=240 (31% of max value = 765). Red value is 217 (85.16% from 255 or 90.42% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 217 - color contains mainly: red. Hex color #D90314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90314 is #26FCEB. Grayscale: #454545. Windows color (decimal): -2555116 or 1311705. OLE color: 1311705.
HSL color Cylindrical-coordinate representation of color #D90314: hue angle of 355.23º 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 #D90314 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 3 | 20 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.15 |
| HSL | 355.23º | 0.97% | 0.43% | - |
| HSV(B) | 355.23º | 0.99% | 0.85% | - |
| XYZ | 28.77 | 14.87 | 2.01 | - |
| YUV | 68.92 | 100.4 | 233.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 3 | 20 | 0 | 0.99 | 0.91 | 0.15 | 355.23 | 0.97 | 0.43 |
| Hex | D9 | 3 | 14 | 0 | 63 | 5B | F | 163 | 61 | 2B |
| Octal | 331 | 3 | 24 | 0 | 143 | 133 | 17 | 543 | 141 | 53 |
| Binary | 11011001 | 11 | 10100 | 0 | 1100011 | 1011011 | 1111 | 101100011 | 1100001 | 101011 |
Color Harmonies of #D90314
Complementary color
Monochromatic Colors of #D90314
Black with #D90314
Text Example
Text Example
White with #D90314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90314; }
p { color: rgb(217,3,20); }
H1.HeaderClassName
{
color: #D90314;
}
.AnyTagClassName
{
color: #D90314;
}
</style>
background-color css
<style>
a { background-color: #D90314; }
a { background-color: rgb(217,3,20); }
div.DivClassName
{
background-color: #D90314;
}
.BgClassName
{
background-color: #D90314;
}
</style>
border-color css
<style>
span { border-color: #D90314; }
span { border-color: rgb(217,3,20); }
td.TdClassName
{
border-color: #D90314;
}
.TagClassName
{
border-color: #D90314;
}
</style>