Html Css Color HEX #DA400F Harley Davidson Orange
📋 copy color: '#DA400F'red 218 ◦ green 64 ◦ blue 15
Shades of Harley Davidson Orange #DA400F
Tints of Harley Davidson Orange #DA400F
RGB
CMYK
RGB Variations
Color information
#DA400F (or 0xDA400F) is known color: Harley Davidson Orange. HEX triplet: DA, 40 and 0F. RGB value is (218,64,15). Sum of RGB (Red+Green+Blue) = 218+64+15=297 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.40% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 218 - color contains mainly: red. Hex color #DA400F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA400F is #25BFF0. Grayscale: #686868. Windows color (decimal): -2473969 or 999642. OLE color: 999642.
HSL color Cylindrical-coordinate representation of color #DA400F: hue angle of 14.48º 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 #DA400F is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 15 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.15 |
| HSL | 14.48º | 0.87% | 0.46% | - |
| HSV(B) | 14.48º | 0.93% | 0.85% | - |
| XYZ | 30.83 | 18.61 | 2.42 | - |
| YUV | 104.46 | 77.52 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 15 | 0 | 0.71 | 0.93 | 0.15 | 14.48 | 0.87 | 0.46 |
| Hex | DA | 40 | F | 0 | 47 | 5D | F | E | 57 | 2E |
| Octal | 332 | 100 | 17 | 0 | 107 | 135 | 17 | 16 | 127 | 56 |
| Binary | 11011010 | 1000000 | 1111 | 0 | 1000111 | 1011101 | 1111 | 1110 | 1010111 | 101110 |
Color Harmonies of #DA400F
Complementary color
Monochromatic Colors of #DA400F
Black with #DA400F
Text Example
Text Example
White with #DA400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA400F; }
p { color: rgb(218,64,15); }
H1.HeaderClassName
{
color: #DA400F;
}
.AnyTagClassName
{
color: #DA400F;
}
</style>
background-color css
<style>
a { background-color: #DA400F; }
a { background-color: rgb(218,64,15); }
div.DivClassName
{
background-color: #DA400F;
}
.BgClassName
{
background-color: #DA400F;
}
</style>
border-color css
<style>
span { border-color: #DA400F; }
span { border-color: rgb(218,64,15); }
td.TdClassName
{
border-color: #DA400F;
}
.TagClassName
{
border-color: #DA400F;
}
</style>