Html Css Color HEX #DA3902 Harley Davidson Orange
📋 copy color: '#DA3902'red 218 ◦ green 57 ◦ blue 2
Shades of Harley Davidson Orange #DA3902
Tints of Harley Davidson Orange #DA3902
RGB
CMYK
RGB Variations
Color information
#DA3902 (or 0xDA3902) is known color: Harley Davidson Orange. HEX triplet: DA, 39 and 02. RGB value is (218,57,2). Sum of RGB (Red+Green+Blue) = 218+57+2=277 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.70% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3902 is #25C6FD. Grayscale: #636363. Windows color (decimal): -2475774 or 145882. OLE color: 145882.
HSL color Cylindrical-coordinate representation of color #DA3902: hue angle of 15.28º 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 #DA3902 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 57 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.15 |
| HSL | 15.28º | 0.98% | 0.43% | - |
| HSV(B) | 15.28º | 0.99% | 0.85% | - |
| XYZ | 30.39 | 17.84 | 1.9 | - |
| YUV | 98.87 | 73.34 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 57 | 2 | 0 | 0.74 | 0.99 | 0.15 | 15.28 | 0.98 | 0.43 |
| Hex | DA | 39 | 2 | 0 | 4A | 63 | F | F | 62 | 2B |
| Octal | 332 | 71 | 2 | 0 | 112 | 143 | 17 | 17 | 142 | 53 |
| Binary | 11011010 | 111001 | 10 | 0 | 1001010 | 1100011 | 1111 | 1111 | 1100010 | 101011 |
Color Harmonies of #DA3902
Complementary color
Monochromatic Colors of #DA3902
Black with #DA3902
Text Example
Text Example
White with #DA3902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3902; }
p { color: rgb(218,57,2); }
H1.HeaderClassName
{
color: #DA3902;
}
.AnyTagClassName
{
color: #DA3902;
}
</style>
background-color css
<style>
a { background-color: #DA3902; }
a { background-color: rgb(218,57,2); }
div.DivClassName
{
background-color: #DA3902;
}
.BgClassName
{
background-color: #DA3902;
}
</style>
border-color css
<style>
span { border-color: #DA3902; }
span { border-color: rgb(218,57,2); }
td.TdClassName
{
border-color: #DA3902;
}
.TagClassName
{
border-color: #DA3902;
}
</style>