Html Css Color HEX #DA3A07 Harley Davidson Orange
📋 copy color: '#DA3A07'red 218 ◦ green 58 ◦ blue 7
Shades of Harley Davidson Orange #DA3A07
Tints of Harley Davidson Orange #DA3A07
RGB
CMYK
RGB Variations
Color information
#DA3A07 (or 0xDA3A07) is known color: Harley Davidson Orange. HEX triplet: DA, 3A and 07. RGB value is (218,58,7). Sum of RGB (Red+Green+Blue) = 218+58+7=283 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.03% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3A07 is #25C5F8. Grayscale: #646464. Windows color (decimal): -2475513 or 473818. OLE color: 473818.
HSL color Cylindrical-coordinate representation of color #DA3A07: hue angle of 14.5º 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 #DA3A07 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 58 | 7 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.15 |
| HSL | 14.5º | 0.94% | 0.44% | - |
| HSV(B) | 14.5º | 0.97% | 0.85% | - |
| XYZ | 30.46 | 17.95 | 2.06 | - |
| YUV | 100.03 | 75.51 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 58 | 7 | 0 | 0.73 | 0.97 | 0.15 | 14.5 | 0.94 | 0.44 |
| Hex | DA | 3A | 7 | 0 | 49 | 61 | F | F | 5E | 2C |
| Octal | 332 | 72 | 7 | 0 | 111 | 141 | 17 | 17 | 136 | 54 |
| Binary | 11011010 | 111010 | 111 | 0 | 1001001 | 1100001 | 1111 | 1111 | 1011110 | 101100 |
Color Harmonies of #DA3A07
Complementary color
Monochromatic Colors of #DA3A07
Black with #DA3A07
Text Example
Text Example
White with #DA3A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3A07; }
p { color: rgb(218,58,7); }
H1.HeaderClassName
{
color: #DA3A07;
}
.AnyTagClassName
{
color: #DA3A07;
}
</style>
background-color css
<style>
a { background-color: #DA3A07; }
a { background-color: rgb(218,58,7); }
div.DivClassName
{
background-color: #DA3A07;
}
.BgClassName
{
background-color: #DA3A07;
}
</style>
border-color css
<style>
span { border-color: #DA3A07; }
span { border-color: rgb(218,58,7); }
td.TdClassName
{
border-color: #DA3A07;
}
.TagClassName
{
border-color: #DA3A07;
}
</style>