Html Css Color HEX #D7440A Harley Davidson Orange
📋 copy color: '#D7440A'red 215 ◦ green 68 ◦ blue 10
Shades of Harley Davidson Orange #D7440A
Tints of Harley Davidson Orange #D7440A
RGB
CMYK
RGB Variations
Color information
#D7440A (or 0xD7440A) is known color: Harley Davidson Orange. HEX triplet: D7, 44 and 0A. RGB value is (215,68,10). Sum of RGB (Red+Green+Blue) = 215+68+10=293 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.38% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 215 - color contains mainly: red. Hex color #D7440A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7440A is #28BBF5. Grayscale: #696969. Windows color (decimal): -2669558 or 672983. OLE color: 672983.
HSL color Cylindrical-coordinate representation of color #D7440A: hue angle of 16.98º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D7440A is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 68 | 10 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.16 |
| HSL | 16.98º | 0.91% | 0.44% | - |
| HSV(B) | 16.98º | 0.95% | 0.84% | - |
| XYZ | 30.15 | 18.6 | 2.29 | - |
| YUV | 105.34 | 74.2 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 68 | 10 | 0 | 0.68 | 0.95 | 0.16 | 16.98 | 0.91 | 0.44 |
| Hex | D7 | 44 | A | 0 | 44 | 5F | 10 | 11 | 5B | 2C |
| Octal | 327 | 104 | 12 | 0 | 104 | 137 | 20 | 21 | 133 | 54 |
| Binary | 11010111 | 1000100 | 1010 | 0 | 1000100 | 1011111 | 10000 | 10001 | 1011011 | 101100 |
Color Harmonies of #D7440A
Complementary color
Monochromatic Colors of #D7440A
Black with #D7440A
Text Example
Text Example
White with #D7440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7440A; }
p { color: rgb(215,68,10); }
H1.HeaderClassName
{
color: #D7440A;
}
.AnyTagClassName
{
color: #D7440A;
}
</style>
background-color css
<style>
a { background-color: #D7440A; }
a { background-color: rgb(215,68,10); }
div.DivClassName
{
background-color: #D7440A;
}
.BgClassName
{
background-color: #D7440A;
}
</style>
border-color css
<style>
span { border-color: #D7440A; }
span { border-color: rgb(215,68,10); }
td.TdClassName
{
border-color: #D7440A;
}
.TagClassName
{
border-color: #D7440A;
}
</style>