Html Css Color HEX #DA2407 Harley Davidson Orange
📋 copy color: '#DA2407'red 218 ◦ green 36 ◦ blue 7
Shades of Harley Davidson Orange #DA2407
Tints of Harley Davidson Orange #DA2407
RGB
CMYK
RGB Variations
Color information
#DA2407 (or 0xDA2407) is known color: Harley Davidson Orange. HEX triplet: DA, 24 and 07. RGB value is (218,36,7). Sum of RGB (Red+Green+Blue) = 218+36+7=261 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.52% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2407 is #25DBF8. Grayscale: #575757. Windows color (decimal): -2481145 or 468186. OLE color: 468186.
HSL color Cylindrical-coordinate representation of color #DA2407: hue angle of 8.25º 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 #DA2407 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 36 | 7 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.15 |
| HSL | 8.25º | 0.94% | 0.44% | - |
| HSV(B) | 8.25º | 0.97% | 0.85% | - |
| XYZ | 29.58 | 16.18 | 1.77 | - |
| YUV | 87.11 | 82.8 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 7 | 0 | 0.83 | 0.97 | 0.15 | 8.25 | 0.94 | 0.44 |
| Hex | DA | 24 | 7 | 0 | 53 | 61 | F | 8 | 5E | 2C |
| Octal | 332 | 44 | 7 | 0 | 123 | 141 | 17 | 10 | 136 | 54 |
| Binary | 11011010 | 100100 | 111 | 0 | 1010011 | 1100001 | 1111 | 1000 | 1011110 | 101100 |
Color Harmonies of #DA2407
Complementary color
Monochromatic Colors of #DA2407
Black with #DA2407
Text Example
Text Example
White with #DA2407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2407; }
p { color: rgb(218,36,7); }
H1.HeaderClassName
{
color: #DA2407;
}
.AnyTagClassName
{
color: #DA2407;
}
</style>
background-color css
<style>
a { background-color: #DA2407; }
a { background-color: rgb(218,36,7); }
div.DivClassName
{
background-color: #DA2407;
}
.BgClassName
{
background-color: #DA2407;
}
</style>
border-color css
<style>
span { border-color: #DA2407; }
span { border-color: rgb(218,36,7); }
td.TdClassName
{
border-color: #DA2407;
}
.TagClassName
{
border-color: #DA2407;
}
</style>