Html Css Color HEX #DA421E Harley Davidson Orange
📋 copy color: '#DA421E'red 218 ◦ green 66 ◦ blue 30
Shades of Harley Davidson Orange #DA421E
Tints of Harley Davidson Orange #DA421E
RGB
CMYK
RGB Variations
Color information
#DA421E (or 0xDA421E) is known color: Harley Davidson Orange. HEX triplet: DA, 42 and 1E. RGB value is (218,66,30). Sum of RGB (Red+Green+Blue) = 218+66+30=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA421E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA421E is #25BDE1. Grayscale: #6B6B6B. Windows color (decimal): -2473442 or 1983194. OLE color: 1983194.
HSL color Cylindrical-coordinate representation of color #DA421E: hue angle of 11.49º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA421E is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 66 | 30 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.15 |
| HSL | 11.49º | 0.76% | 0.49% | - |
| HSV(B) | 11.49º | 0.86% | 0.85% | - |
| XYZ | 31.1 | 18.9 | 3.24 | - |
| YUV | 107.34 | 84.36 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 66 | 30 | 0 | 0.70 | 0.86 | 0.15 | 11.49 | 0.76 | 0.49 |
| Hex | DA | 42 | 1E | 0 | 46 | 56 | F | B | 4C | 31 |
| Octal | 332 | 102 | 36 | 0 | 106 | 126 | 17 | 13 | 114 | 61 |
| Binary | 11011010 | 1000010 | 11110 | 0 | 1000110 | 1010110 | 1111 | 1011 | 1001100 | 110001 |
Color Harmonies of #DA421E
Complementary color
Monochromatic Colors of #DA421E
Black with #DA421E
Text Example
Text Example
White with #DA421E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA421E; }
p { color: rgb(218,66,30); }
H1.HeaderClassName
{
color: #DA421E;
}
.AnyTagClassName
{
color: #DA421E;
}
</style>
background-color css
<style>
a { background-color: #DA421E; }
a { background-color: rgb(218,66,30); }
div.DivClassName
{
background-color: #DA421E;
}
.BgClassName
{
background-color: #DA421E;
}
</style>
border-color css
<style>
span { border-color: #DA421E; }
span { border-color: rgb(218,66,30); }
td.TdClassName
{
border-color: #DA421E;
}
.TagClassName
{
border-color: #DA421E;
}
</style>