Html Css Color HEX #DA3820 Harley Davidson Orange
📋 copy color: '#DA3820'red 218 ◦ green 56 ◦ blue 32
Shades of Harley Davidson Orange #DA3820
Tints of Harley Davidson Orange #DA3820
RGB
CMYK
RGB Variations
Color information
#DA3820 (or 0xDA3820) is known color: Harley Davidson Orange. HEX triplet: DA, 38 and 20. RGB value is (218,56,32). Sum of RGB (Red+Green+Blue) = 218+56+32=306 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.24% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3820 is #25C7DF. Grayscale: #656565. Windows color (decimal): -2476000 or 2111706. OLE color: 2111706.
HSL color Cylindrical-coordinate representation of color #DA3820: hue angle of 7.74º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA3820 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 56 | 32 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.15 |
| HSL | 7.74º | 0.74% | 0.49% | - |
| HSV(B) | 7.74º | 0.85% | 0.85% | - |
| XYZ | 30.59 | 17.84 | 3.2 | - |
| YUV | 101.7 | 88.67 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 56 | 32 | 0 | 0.74 | 0.85 | 0.15 | 7.74 | 0.74 | 0.49 |
| Hex | DA | 38 | 20 | 0 | 4A | 55 | F | 8 | 4A | 31 |
| Octal | 332 | 70 | 40 | 0 | 112 | 125 | 17 | 10 | 112 | 61 |
| Binary | 11011010 | 111000 | 100000 | 0 | 1001010 | 1010101 | 1111 | 1000 | 1001010 | 110001 |
Color Harmonies of #DA3820
Complementary color
Monochromatic Colors of #DA3820
Black with #DA3820
Text Example
Text Example
White with #DA3820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3820; }
p { color: rgb(218,56,32); }
H1.HeaderClassName
{
color: #DA3820;
}
.AnyTagClassName
{
color: #DA3820;
}
</style>
background-color css
<style>
a { background-color: #DA3820; }
a { background-color: rgb(218,56,32); }
div.DivClassName
{
background-color: #DA3820;
}
.BgClassName
{
background-color: #DA3820;
}
</style>
border-color css
<style>
span { border-color: #DA3820; }
span { border-color: rgb(218,56,32); }
td.TdClassName
{
border-color: #DA3820;
}
.TagClassName
{
border-color: #DA3820;
}
</style>