Html Css Color HEX #DA3721 Harley Davidson Orange
📋 copy color: '#DA3721'red 218 ◦ green 55 ◦ blue 33
Shades of Harley Davidson Orange #DA3721
Tints of Harley Davidson Orange #DA3721
RGB
CMYK
RGB Variations
Color information
#DA3721 (or 0xDA3721) is known color: Harley Davidson Orange. HEX triplet: DA, 37 and 21. RGB value is (218,55,33). Sum of RGB (Red+Green+Blue) = 218+55+33=306 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.24% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3721 is #25C8DE. Grayscale: #656565. Windows color (decimal): -2476255 or 2176986. OLE color: 2176986.
HSL color Cylindrical-coordinate representation of color #DA3721: hue angle of 7.14º 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 #DA3721 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 33 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.15 |
| HSL | 7.14º | 0.74% | 0.49% | - |
| HSV(B) | 7.14º | 0.85% | 0.85% | - |
| XYZ | 30.55 | 17.75 | 3.25 | - |
| YUV | 101.23 | 89.5 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 33 | 0 | 0.75 | 0.85 | 0.15 | 7.14 | 0.74 | 0.49 |
| Hex | DA | 37 | 21 | 0 | 4B | 55 | F | 7 | 4A | 31 |
| Octal | 332 | 67 | 41 | 0 | 113 | 125 | 17 | 7 | 112 | 61 |
| Binary | 11011010 | 110111 | 100001 | 0 | 1001011 | 1010101 | 1111 | 111 | 1001010 | 110001 |
Color Harmonies of #DA3721
Complementary color
Monochromatic Colors of #DA3721
Black with #DA3721
Text Example
Text Example
White with #DA3721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3721; }
p { color: rgb(218,55,33); }
H1.HeaderClassName
{
color: #DA3721;
}
.AnyTagClassName
{
color: #DA3721;
}
</style>
background-color css
<style>
a { background-color: #DA3721; }
a { background-color: rgb(218,55,33); }
div.DivClassName
{
background-color: #DA3721;
}
.BgClassName
{
background-color: #DA3721;
}
</style>
border-color css
<style>
span { border-color: #DA3721; }
span { border-color: rgb(218,55,33); }
td.TdClassName
{
border-color: #DA3721;
}
.TagClassName
{
border-color: #DA3721;
}
</style>