Html Css Color HEX #DA3600 Harley Davidson Orange
📋 copy color: '#DA3600'red 218 ◦ green 54 ◦ blue 0
Shades of Harley Davidson Orange #DA3600
Tints of Harley Davidson Orange #DA3600
RGB
CMYK
RGB Variations
Color information
#DA3600 (or 0xDA3600) is known color: Harley Davidson Orange. HEX triplet: DA, 36 and 00. RGB value is (218,54,0). Sum of RGB (Red+Green+Blue) = 218+54+0=272 (36% of max value = 765). Red value is 218 (85.55% from 255 or 80.15% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3600 is #25C9FF. Grayscale: #616161. Windows color (decimal): -2476544 or 14042. OLE color: 14042.
HSL color Cylindrical-coordinate representation of color #DA3600: hue angle of 14.86º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA3600 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 54 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.15 |
| HSL | 14.86º | 1% | 0.43% | - |
| HSV(B) | 14.86º | 1% | 0.85% | - |
| XYZ | 30.23 | 17.54 | 1.79 | - |
| YUV | 96.88 | 73.33 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 54 | 0 | 0 | 0.75 | 1 | 0.15 | 14.86 | 1 | 0.43 |
| Hex | DA | 36 | 0 | 0 | 4B | 64 | F | F | 64 | 2B |
| Octal | 332 | 66 | 0 | 0 | 113 | 144 | 17 | 17 | 144 | 53 |
| Binary | 11011010 | 110110 | 0 | 0 | 1001011 | 1100100 | 1111 | 1111 | 1100100 | 101011 |
Color Harmonies of #DA3600
Complementary color
Monochromatic Colors of #DA3600
Black with #DA3600
Text Example
Text Example
White with #DA3600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3600; }
p { color: rgb(218,54,0); }
H1.HeaderClassName
{
color: #DA3600;
}
.AnyTagClassName
{
color: #DA3600;
}
</style>
background-color css
<style>
a { background-color: #DA3600; }
a { background-color: rgb(218,54,0); }
div.DivClassName
{
background-color: #DA3600;
}
.BgClassName
{
background-color: #DA3600;
}
</style>
border-color css
<style>
span { border-color: #DA3600; }
span { border-color: rgb(218,54,0); }
td.TdClassName
{
border-color: #DA3600;
}
.TagClassName
{
border-color: #DA3600;
}
</style>