Html Css Color HEX #DA361E Harley Davidson Orange
📋 copy color: '#DA361E'red 218 ◦ green 54 ◦ blue 30
Shades of Harley Davidson Orange #DA361E
Tints of Harley Davidson Orange #DA361E
RGB
CMYK
RGB Variations
Color information
#DA361E (or 0xDA361E) is known color: Harley Davidson Orange. HEX triplet: DA, 36 and 1E. RGB value is (218,54,30). Sum of RGB (Red+Green+Blue) = 218+54+30=302 (40% of max value = 765). Red value is 218 (85.55% from 255 or 72.19% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 218 - color contains mainly: red. Hex color #DA361E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA361E is #25C9E1. Grayscale: #646464. Windows color (decimal): -2476514 or 1980122. OLE color: 1980122.
HSL color Cylindrical-coordinate representation of color #DA361E: hue angle of 7.66º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA361E is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 54 | 30 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.15 |
| HSL | 7.66º | 0.76% | 0.49% | - |
| HSV(B) | 7.66º | 0.86% | 0.85% | - |
| XYZ | 30.47 | 17.64 | 3.03 | - |
| YUV | 100.3 | 88.33 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 54 | 30 | 0 | 0.75 | 0.86 | 0.15 | 7.66 | 0.76 | 0.49 |
| Hex | DA | 36 | 1E | 0 | 4B | 56 | F | 8 | 4C | 31 |
| Octal | 332 | 66 | 36 | 0 | 113 | 126 | 17 | 10 | 114 | 61 |
| Binary | 11011010 | 110110 | 11110 | 0 | 1001011 | 1010110 | 1111 | 1000 | 1001100 | 110001 |
Color Harmonies of #DA361E
Complementary color
Monochromatic Colors of #DA361E
Black with #DA361E
Text Example
Text Example
White with #DA361E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA361E; }
p { color: rgb(218,54,30); }
H1.HeaderClassName
{
color: #DA361E;
}
.AnyTagClassName
{
color: #DA361E;
}
</style>
background-color css
<style>
a { background-color: #DA361E; }
a { background-color: rgb(218,54,30); }
div.DivClassName
{
background-color: #DA361E;
}
.BgClassName
{
background-color: #DA361E;
}
</style>
border-color css
<style>
span { border-color: #DA361E; }
span { border-color: rgb(218,54,30); }
td.TdClassName
{
border-color: #DA361E;
}
.TagClassName
{
border-color: #DA361E;
}
</style>