Html Css Color HEX #DA3E19 Harley Davidson Orange
📋 copy color: '#DA3E19'red 218 ◦ green 62 ◦ blue 25
Shades of Harley Davidson Orange #DA3E19
Tints of Harley Davidson Orange #DA3E19
RGB
CMYK
RGB Variations
Color information
#DA3E19 (or 0xDA3E19) is known color: Harley Davidson Orange. HEX triplet: DA, 3E and 19. RGB value is (218,62,25). Sum of RGB (Red+Green+Blue) = 218+62+25=305 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.48% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3E19 is #25C1E6. Grayscale: #686868. Windows color (decimal): -2474471 or 1654490. OLE color: 1654490.
HSL color Cylindrical-coordinate representation of color #DA3E19: hue angle of 11.5º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA3E19 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 62 | 25 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.15 |
| HSL | 11.5º | 0.79% | 0.48% | - |
| HSV(B) | 11.5º | 0.89% | 0.85% | - |
| XYZ | 30.81 | 18.42 | 2.85 | - |
| YUV | 104.43 | 83.18 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 62 | 25 | 0 | 0.72 | 0.89 | 0.15 | 11.5 | 0.79 | 0.48 |
| Hex | DA | 3E | 19 | 0 | 48 | 59 | F | C | 4F | 30 |
| Octal | 332 | 76 | 31 | 0 | 110 | 131 | 17 | 14 | 117 | 60 |
| Binary | 11011010 | 111110 | 11001 | 0 | 1001000 | 1011001 | 1111 | 1100 | 1001111 | 110000 |
Color Harmonies of #DA3E19
Complementary color
Monochromatic Colors of #DA3E19
Black with #DA3E19
Text Example
Text Example
White with #DA3E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3E19; }
p { color: rgb(218,62,25); }
H1.HeaderClassName
{
color: #DA3E19;
}
.AnyTagClassName
{
color: #DA3E19;
}
</style>
background-color css
<style>
a { background-color: #DA3E19; }
a { background-color: rgb(218,62,25); }
div.DivClassName
{
background-color: #DA3E19;
}
.BgClassName
{
background-color: #DA3E19;
}
</style>
border-color css
<style>
span { border-color: #DA3E19; }
span { border-color: rgb(218,62,25); }
td.TdClassName
{
border-color: #DA3E19;
}
.TagClassName
{
border-color: #DA3E19;
}
</style>