Html Css Color HEX #DA3E07 Harley Davidson Orange
📋 copy color: '#DA3E07'red 218 ◦ green 62 ◦ blue 7
Shades of Harley Davidson Orange #DA3E07
Tints of Harley Davidson Orange #DA3E07
RGB
CMYK
RGB Variations
Color information
#DA3E07 (or 0xDA3E07) is known color: Harley Davidson Orange. HEX triplet: DA, 3E and 07. RGB value is (218,62,7). Sum of RGB (Red+Green+Blue) = 218+62+7=287 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.96% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 7 (3.12% from 255 or 2.44% from 287); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3E07 is #25C1F8. Grayscale: #666666. Windows color (decimal): -2474489 or 474842. OLE color: 474842.
HSL color Cylindrical-coordinate representation of color #DA3E07: hue angle of 15.64º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA3E07 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 62 | 7 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.15 |
| HSL | 15.64º | 0.94% | 0.44% | - |
| HSV(B) | 15.64º | 0.97% | 0.85% | - |
| XYZ | 30.67 | 18.37 | 2.13 | - |
| YUV | 102.37 | 74.18 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 62 | 7 | 0 | 0.72 | 0.97 | 0.15 | 15.64 | 0.94 | 0.44 |
| Hex | DA | 3E | 7 | 0 | 48 | 61 | F | 10 | 5E | 2C |
| Octal | 332 | 76 | 7 | 0 | 110 | 141 | 17 | 20 | 136 | 54 |
| Binary | 11011010 | 111110 | 111 | 0 | 1001000 | 1100001 | 1111 | 10000 | 1011110 | 101100 |
Color Harmonies of #DA3E07
Complementary color
Monochromatic Colors of #DA3E07
Black with #DA3E07
Text Example
Text Example
White with #DA3E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3E07; }
p { color: rgb(218,62,7); }
H1.HeaderClassName
{
color: #DA3E07;
}
.AnyTagClassName
{
color: #DA3E07;
}
</style>
background-color css
<style>
a { background-color: #DA3E07; }
a { background-color: rgb(218,62,7); }
div.DivClassName
{
background-color: #DA3E07;
}
.BgClassName
{
background-color: #DA3E07;
}
</style>
border-color css
<style>
span { border-color: #DA3E07; }
span { border-color: rgb(218,62,7); }
td.TdClassName
{
border-color: #DA3E07;
}
.TagClassName
{
border-color: #DA3E07;
}
</style>