Html Css Color HEX #D7420F Harley Davidson Orange
📋 copy color: '#D7420F'red 215 ◦ green 66 ◦ blue 15
Shades of Harley Davidson Orange #D7420F
Tints of Harley Davidson Orange #D7420F
RGB
CMYK
RGB Variations
Color information
#D7420F (or 0xD7420F) is known color: Harley Davidson Orange. HEX triplet: D7, 42 and 0F. RGB value is (215,66,15). Sum of RGB (Red+Green+Blue) = 215+66+15=296 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.64% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 15 (6.25% from 255 or 5.07% from 296); Max value from RGB is 215 - color contains mainly: red. Hex color #D7420F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7420F is #28BDF0. Grayscale: #696969. Windows color (decimal): -2670065 or 1000151. OLE color: 1000151.
HSL color Cylindrical-coordinate representation of color #D7420F: hue angle of 15.3º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7420F is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 66 | 15 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.16 |
| HSL | 15.3º | 0.87% | 0.45% | - |
| HSV(B) | 15.3º | 0.93% | 0.84% | - |
| XYZ | 30.06 | 18.38 | 2.41 | - |
| YUV | 104.74 | 77.36 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 66 | 15 | 0 | 0.69 | 0.93 | 0.16 | 15.3 | 0.87 | 0.45 |
| Hex | D7 | 42 | F | 0 | 45 | 5D | 10 | F | 57 | 2D |
| Octal | 327 | 102 | 17 | 0 | 105 | 135 | 20 | 17 | 127 | 55 |
| Binary | 11010111 | 1000010 | 1111 | 0 | 1000101 | 1011101 | 10000 | 1111 | 1010111 | 101101 |
Color Harmonies of #D7420F
Complementary color
Monochromatic Colors of #D7420F
Black with #D7420F
Text Example
Text Example
White with #D7420F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7420F; }
p { color: rgb(215,66,15); }
H1.HeaderClassName
{
color: #D7420F;
}
.AnyTagClassName
{
color: #D7420F;
}
</style>
background-color css
<style>
a { background-color: #D7420F; }
a { background-color: rgb(215,66,15); }
div.DivClassName
{
background-color: #D7420F;
}
.BgClassName
{
background-color: #D7420F;
}
</style>
border-color css
<style>
span { border-color: #D7420F; }
span { border-color: rgb(215,66,15); }
td.TdClassName
{
border-color: #D7420F;
}
.TagClassName
{
border-color: #D7420F;
}
</style>