Html Css Color HEX #DA3702 Harley Davidson Orange
📋 copy color: '#DA3702'red 218 ◦ green 55 ◦ blue 2
Shades of Harley Davidson Orange #DA3702
Tints of Harley Davidson Orange #DA3702
RGB
CMYK
RGB Variations
Color information
#DA3702 (or 0xDA3702) is known color: Harley Davidson Orange. HEX triplet: DA, 37 and 02. RGB value is (218,55,2). Sum of RGB (Red+Green+Blue) = 218+55+2=275 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.27% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3702 is #25C8FD. Grayscale: #626262. Windows color (decimal): -2476286 or 145370. OLE color: 145370.
HSL color Cylindrical-coordinate representation of color #DA3702: hue angle of 14.72º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA3702 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 2 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.15 |
| HSL | 14.72º | 0.98% | 0.43% | - |
| HSV(B) | 14.72º | 0.99% | 0.85% | - |
| XYZ | 30.29 | 17.64 | 1.87 | - |
| YUV | 97.7 | 74 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 2 | 0 | 0.75 | 0.99 | 0.15 | 14.72 | 0.98 | 0.43 |
| Hex | DA | 37 | 2 | 0 | 4B | 63 | F | F | 62 | 2B |
| Octal | 332 | 67 | 2 | 0 | 113 | 143 | 17 | 17 | 142 | 53 |
| Binary | 11011010 | 110111 | 10 | 0 | 1001011 | 1100011 | 1111 | 1111 | 1100010 | 101011 |
Color Harmonies of #DA3702
Complementary color
Monochromatic Colors of #DA3702
Black with #DA3702
Text Example
Text Example
White with #DA3702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3702; }
p { color: rgb(218,55,2); }
H1.HeaderClassName
{
color: #DA3702;
}
.AnyTagClassName
{
color: #DA3702;
}
</style>
background-color css
<style>
a { background-color: #DA3702; }
a { background-color: rgb(218,55,2); }
div.DivClassName
{
background-color: #DA3702;
}
.BgClassName
{
background-color: #DA3702;
}
</style>
border-color css
<style>
span { border-color: #DA3702; }
span { border-color: rgb(218,55,2); }
td.TdClassName
{
border-color: #DA3702;
}
.TagClassName
{
border-color: #DA3702;
}
</style>