Html Css Color HEX #D9341A Harley Davidson Orange
📋 copy color: '#D9341A'red 217 ◦ green 52 ◦ blue 26
Shades of Harley Davidson Orange #D9341A
Tints of Harley Davidson Orange #D9341A
RGB
CMYK
RGB Variations
Color information
#D9341A (or 0xD9341A) is known color: Harley Davidson Orange. HEX triplet: D9, 34 and 1A. RGB value is (217,52,26). Sum of RGB (Red+Green+Blue) = 217+52+26=295 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.56% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 217 - color contains mainly: red. Hex color #D9341A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9341A is #26CBE5. Grayscale: #626262. Windows color (decimal): -2542566 or 1717465. OLE color: 1717465.
HSL color Cylindrical-coordinate representation of color #D9341A: hue angle of 8.17º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9341A is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 52 | 26 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.15 |
| HSL | 8.17º | 0.79% | 0.48% | - |
| HSV(B) | 8.17º | 0.88% | 0.85% | - |
| XYZ | 30.03 | 17.28 | 2.73 | - |
| YUV | 98.37 | 87.16 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 26 | 0 | 0.76 | 0.88 | 0.15 | 8.17 | 0.79 | 0.48 |
| Hex | D9 | 34 | 1A | 0 | 4C | 58 | F | 8 | 4F | 30 |
| Octal | 331 | 64 | 32 | 0 | 114 | 130 | 17 | 10 | 117 | 60 |
| Binary | 11011001 | 110100 | 11010 | 0 | 1001100 | 1011000 | 1111 | 1000 | 1001111 | 110000 |
Color Harmonies of #D9341A
Complementary color
Monochromatic Colors of #D9341A
Black with #D9341A
Text Example
Text Example
White with #D9341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9341A; }
p { color: rgb(217,52,26); }
H1.HeaderClassName
{
color: #D9341A;
}
.AnyTagClassName
{
color: #D9341A;
}
</style>
background-color css
<style>
a { background-color: #D9341A; }
a { background-color: rgb(217,52,26); }
div.DivClassName
{
background-color: #D9341A;
}
.BgClassName
{
background-color: #D9341A;
}
</style>
border-color css
<style>
span { border-color: #D9341A; }
span { border-color: rgb(217,52,26); }
td.TdClassName
{
border-color: #D9341A;
}
.TagClassName
{
border-color: #D9341A;
}
</style>