Html Css Color HEX #DA390F Harley Davidson Orange
📋 copy color: '#DA390F'red 218 ◦ green 57 ◦ blue 15
Shades of Harley Davidson Orange #DA390F
Tints of Harley Davidson Orange #DA390F
RGB
CMYK
RGB Variations
Color information
#DA390F (or 0xDA390F) is known color: Harley Davidson Orange. HEX triplet: DA, 39 and 0F. RGB value is (218,57,15). Sum of RGB (Red+Green+Blue) = 218+57+15=290 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.17% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 218 - color contains mainly: red. Hex color #DA390F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA390F is #25C6F0. Grayscale: #646464. Windows color (decimal): -2475761 or 997850. OLE color: 997850.
HSL color Cylindrical-coordinate representation of color #DA390F: hue angle of 12.41º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA390F is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 57 | 15 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.15 |
| HSL | 12.41º | 0.87% | 0.46% | - |
| HSV(B) | 12.41º | 0.93% | 0.85% | - |
| XYZ | 30.46 | 17.87 | 2.29 | - |
| YUV | 100.35 | 79.84 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 57 | 15 | 0 | 0.74 | 0.93 | 0.15 | 12.41 | 0.87 | 0.46 |
| Hex | DA | 39 | F | 0 | 4A | 5D | F | C | 57 | 2E |
| Octal | 332 | 71 | 17 | 0 | 112 | 135 | 17 | 14 | 127 | 56 |
| Binary | 11011010 | 111001 | 1111 | 0 | 1001010 | 1011101 | 1111 | 1100 | 1010111 | 101110 |
Color Harmonies of #DA390F
Complementary color
Monochromatic Colors of #DA390F
Black with #DA390F
Text Example
Text Example
White with #DA390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA390F; }
p { color: rgb(218,57,15); }
H1.HeaderClassName
{
color: #DA390F;
}
.AnyTagClassName
{
color: #DA390F;
}
</style>
background-color css
<style>
a { background-color: #DA390F; }
a { background-color: rgb(218,57,15); }
div.DivClassName
{
background-color: #DA390F;
}
.BgClassName
{
background-color: #DA390F;
}
</style>
border-color css
<style>
span { border-color: #DA390F; }
span { border-color: rgb(218,57,15); }
td.TdClassName
{
border-color: #DA390F;
}
.TagClassName
{
border-color: #DA390F;
}
</style>