Html Css Color HEX #D4390F Harley Davidson Orange
📋 copy color: '#D4390F'red 212 ◦ green 57 ◦ blue 15
Shades of Harley Davidson Orange #D4390F
Tints of Harley Davidson Orange #D4390F
RGB
CMYK
RGB Variations
Color information
#D4390F (or 0xD4390F) is known color: Harley Davidson Orange. HEX triplet: D4, 39 and 0F. RGB value is (212,57,15). Sum of RGB (Red+Green+Blue) = 212+57+15=284 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.65% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 212 - color contains mainly: red. Hex color #D4390F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4390F is #2BC6F0. Grayscale: #626262. Windows color (decimal): -2868977 or 997844. OLE color: 997844.
HSL color Cylindrical-coordinate representation of color #D4390F: hue angle of 12.79º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D4390F is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 57 | 15 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.17 |
| HSL | 12.79º | 0.87% | 0.45% | - |
| HSV(B) | 12.79º | 0.93% | 0.83% | - |
| XYZ | 28.7 | 16.96 | 2.21 | - |
| YUV | 98.56 | 80.85 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 57 | 15 | 0 | 0.73 | 0.93 | 0.17 | 12.79 | 0.87 | 0.45 |
| Hex | D4 | 39 | F | 0 | 49 | 5D | 11 | D | 57 | 2D |
| Octal | 324 | 71 | 17 | 0 | 111 | 135 | 21 | 15 | 127 | 55 |
| Binary | 11010100 | 111001 | 1111 | 0 | 1001001 | 1011101 | 10001 | 1101 | 1010111 | 101101 |
Color Harmonies of #D4390F
Complementary color
Monochromatic Colors of #D4390F
Black with #D4390F
Text Example
Text Example
White with #D4390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4390F; }
p { color: rgb(212,57,15); }
H1.HeaderClassName
{
color: #D4390F;
}
.AnyTagClassName
{
color: #D4390F;
}
</style>
background-color css
<style>
a { background-color: #D4390F; }
a { background-color: rgb(212,57,15); }
div.DivClassName
{
background-color: #D4390F;
}
.BgClassName
{
background-color: #D4390F;
}
</style>
border-color css
<style>
span { border-color: #D4390F; }
span { border-color: rgb(212,57,15); }
td.TdClassName
{
border-color: #D4390F;
}
.TagClassName
{
border-color: #D4390F;
}
</style>