Html Css Color HEX #D91614 Harley Davidson Orange
📋 copy color: '#D91614'red 217 ◦ green 22 ◦ blue 20
Shades of Harley Davidson Orange #D91614
Tints of Harley Davidson Orange #D91614
RGB
CMYK
RGB Variations
Color information
#D91614 (or 0xD91614) is known color: Harley Davidson Orange. HEX triplet: D9, 16 and 14. RGB value is (217,22,20). Sum of RGB (Red+Green+Blue) = 217+22+20=259 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.78% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 217 - color contains mainly: red. Hex color #D91614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91614 is #26E9EB. Grayscale: #505050. Windows color (decimal): -2550252 or 1316569. OLE color: 1316569.
HSL color Cylindrical-coordinate representation of color #D91614: hue angle of 0.61º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D91614 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 20 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.15 |
| HSL | 0.61º | 0.83% | 0.46% | - |
| HSV(B) | 0.61º | 0.91% | 0.85% | - |
| XYZ | 29.03 | 15.38 | 2.1 | - |
| YUV | 80.08 | 94.1 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 20 | 0 | 0.90 | 0.91 | 0.15 | 0.61 | 0.83 | 0.46 |
| Hex | D9 | 16 | 14 | 0 | 5A | 5B | F | 1 | 53 | 2E |
| Octal | 331 | 26 | 24 | 0 | 132 | 133 | 17 | 1 | 123 | 56 |
| Binary | 11011001 | 10110 | 10100 | 0 | 1011010 | 1011011 | 1111 | 1 | 1010011 | 101110 |
Color Harmonies of #D91614
Complementary color
Monochromatic Colors of #D91614
Black with #D91614
Text Example
Text Example
White with #D91614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91614; }
p { color: rgb(217,22,20); }
H1.HeaderClassName
{
color: #D91614;
}
.AnyTagClassName
{
color: #D91614;
}
</style>
background-color css
<style>
a { background-color: #D91614; }
a { background-color: rgb(217,22,20); }
div.DivClassName
{
background-color: #D91614;
}
.BgClassName
{
background-color: #D91614;
}
</style>
border-color css
<style>
span { border-color: #D91614; }
span { border-color: rgb(217,22,20); }
td.TdClassName
{
border-color: #D91614;
}
.TagClassName
{
border-color: #D91614;
}
</style>