Html Css Color HEX #D9450B Harley Davidson Orange
📋 copy color: '#D9450B'red 217 ◦ green 69 ◦ blue 11
Shades of Harley Davidson Orange #D9450B
Tints of Harley Davidson Orange #D9450B
RGB
CMYK
RGB Variations
Color information
#D9450B (or 0xD9450B) is known color: Harley Davidson Orange. HEX triplet: D9, 45 and 0B. RGB value is (217,69,11). Sum of RGB (Red+Green+Blue) = 217+69+11=297 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.06% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 217 - color contains mainly: red. Hex color #D9450B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9450B is #26BAF4. Grayscale: #6B6B6B. Windows color (decimal): -2538229 or 738777. OLE color: 738777.
HSL color Cylindrical-coordinate representation of color #D9450B: hue angle of 16.89º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D9450B is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 69 | 11 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.15 |
| HSL | 16.89º | 0.9% | 0.45% | - |
| HSV(B) | 16.89º | 0.95% | 0.85% | - |
| XYZ | 30.8 | 19.03 | 2.37 | - |
| YUV | 106.64 | 74.03 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 69 | 11 | 0 | 0.68 | 0.95 | 0.15 | 16.89 | 0.9 | 0.45 |
| Hex | D9 | 45 | B | 0 | 44 | 5F | F | 11 | 5A | 2D |
| Octal | 331 | 105 | 13 | 0 | 104 | 137 | 17 | 21 | 132 | 55 |
| Binary | 11011001 | 1000101 | 1011 | 0 | 1000100 | 1011111 | 1111 | 10001 | 1011010 | 101101 |
Color Harmonies of #D9450B
Complementary color
Monochromatic Colors of #D9450B
Black with #D9450B
Text Example
Text Example
White with #D9450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9450B; }
p { color: rgb(217,69,11); }
H1.HeaderClassName
{
color: #D9450B;
}
.AnyTagClassName
{
color: #D9450B;
}
</style>
background-color css
<style>
a { background-color: #D9450B; }
a { background-color: rgb(217,69,11); }
div.DivClassName
{
background-color: #D9450B;
}
.BgClassName
{
background-color: #D9450B;
}
</style>
border-color css
<style>
span { border-color: #D9450B; }
span { border-color: rgb(217,69,11); }
td.TdClassName
{
border-color: #D9450B;
}
.TagClassName
{
border-color: #D9450B;
}
</style>