Html Css Color HEX #DA360D Harley Davidson Orange
📋 copy color: '#DA360D'red 218 ◦ green 54 ◦ blue 13
Shades of Harley Davidson Orange #DA360D
Tints of Harley Davidson Orange #DA360D
RGB
CMYK
RGB Variations
Color information
#DA360D (or 0xDA360D) is known color: Harley Davidson Orange. HEX triplet: DA, 36 and 0D. RGB value is (218,54,13). Sum of RGB (Red+Green+Blue) = 218+54+13=285 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.49% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 218 - color contains mainly: red. Hex color #DA360D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA360D is #25C9F2. Grayscale: #626262. Windows color (decimal): -2476531 or 866010. OLE color: 866010.
HSL color Cylindrical-coordinate representation of color #DA360D: hue angle of 12º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA360D is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 54 | 13 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.15 |
| HSL | 12º | 0.89% | 0.45% | - |
| HSV(B) | 12º | 0.94% | 0.85% | - |
| XYZ | 30.31 | 17.57 | 2.18 | - |
| YUV | 98.36 | 79.83 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 54 | 13 | 0 | 0.75 | 0.94 | 0.15 | 12 | 0.89 | 0.45 |
| Hex | DA | 36 | D | 0 | 4B | 5E | F | C | 59 | 2D |
| Octal | 332 | 66 | 15 | 0 | 113 | 136 | 17 | 14 | 131 | 55 |
| Binary | 11011010 | 110110 | 1101 | 0 | 1001011 | 1011110 | 1111 | 1100 | 1011001 | 101101 |
Color Harmonies of #DA360D
Complementary color
Monochromatic Colors of #DA360D
Black with #DA360D
Text Example
Text Example
White with #DA360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA360D; }
p { color: rgb(218,54,13); }
H1.HeaderClassName
{
color: #DA360D;
}
.AnyTagClassName
{
color: #DA360D;
}
</style>
background-color css
<style>
a { background-color: #DA360D; }
a { background-color: rgb(218,54,13); }
div.DivClassName
{
background-color: #DA360D;
}
.BgClassName
{
background-color: #DA360D;
}
</style>
border-color css
<style>
span { border-color: #DA360D; }
span { border-color: rgb(218,54,13); }
td.TdClassName
{
border-color: #DA360D;
}
.TagClassName
{
border-color: #DA360D;
}
</style>