Html Css Color HEX #DA380D Harley Davidson Orange
📋 copy color: '#DA380D'red 218 ◦ green 56 ◦ blue 13
Shades of Harley Davidson Orange #DA380D
Tints of Harley Davidson Orange #DA380D
RGB
CMYK
RGB Variations
Color information
#DA380D (or 0xDA380D) is known color: Harley Davidson Orange. HEX triplet: DA, 38 and 0D. RGB value is (218,56,13). Sum of RGB (Red+Green+Blue) = 218+56+13=287 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.96% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 218 - color contains mainly: red. Hex color #DA380D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA380D is #25C7F2. Grayscale: #636363. Windows color (decimal): -2476019 or 866522. OLE color: 866522.
HSL color Cylindrical-coordinate representation of color #DA380D: hue angle of 12.59º 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 #DA380D is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 56 | 13 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.15 |
| HSL | 12.59º | 0.89% | 0.45% | - |
| HSV(B) | 12.59º | 0.94% | 0.85% | - |
| XYZ | 30.4 | 17.76 | 2.21 | - |
| YUV | 99.54 | 79.17 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 56 | 13 | 0 | 0.74 | 0.94 | 0.15 | 12.59 | 0.89 | 0.45 |
| Hex | DA | 38 | D | 0 | 4A | 5E | F | D | 59 | 2D |
| Octal | 332 | 70 | 15 | 0 | 112 | 136 | 17 | 15 | 131 | 55 |
| Binary | 11011010 | 111000 | 1101 | 0 | 1001010 | 1011110 | 1111 | 1101 | 1011001 | 101101 |
Color Harmonies of #DA380D
Complementary color
Monochromatic Colors of #DA380D
Black with #DA380D
Text Example
Text Example
White with #DA380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA380D; }
p { color: rgb(218,56,13); }
H1.HeaderClassName
{
color: #DA380D;
}
.AnyTagClassName
{
color: #DA380D;
}
</style>
background-color css
<style>
a { background-color: #DA380D; }
a { background-color: rgb(218,56,13); }
div.DivClassName
{
background-color: #DA380D;
}
.BgClassName
{
background-color: #DA380D;
}
</style>
border-color css
<style>
span { border-color: #DA380D; }
span { border-color: rgb(218,56,13); }
td.TdClassName
{
border-color: #DA380D;
}
.TagClassName
{
border-color: #DA380D;
}
</style>