Html Css Color HEX #DA4C1B Harley Davidson Orange
📋 copy color: '#DA4C1B'red 218 ◦ green 76 ◦ blue 27
Shades of Harley Davidson Orange #DA4C1B
Tints of Harley Davidson Orange #DA4C1B
RGB
CMYK
RGB Variations
Color information
#DA4C1B (or 0xDA4C1B) is known color: Harley Davidson Orange. HEX triplet: DA, 4C and 1B. RGB value is (218,76,27). Sum of RGB (Red+Green+Blue) = 218+76+27=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4C1B is #25B3E4. Grayscale: #717171. Windows color (decimal): -2470885 or 1789146. OLE color: 1789146.
HSL color Cylindrical-coordinate representation of color #DA4C1B: hue angle of 15.39º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA4C1B is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 76 | 27 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.15 |
| HSL | 15.39º | 0.78% | 0.48% | - |
| HSV(B) | 15.39º | 0.88% | 0.85% | - |
| XYZ | 31.7 | 20.15 | 3.26 | - |
| YUV | 112.87 | 79.54 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 76 | 27 | 0 | 0.65 | 0.88 | 0.15 | 15.39 | 0.78 | 0.48 |
| Hex | DA | 4C | 1B | 0 | 41 | 58 | F | F | 4E | 30 |
| Octal | 332 | 114 | 33 | 0 | 101 | 130 | 17 | 17 | 116 | 60 |
| Binary | 11011010 | 1001100 | 11011 | 0 | 1000001 | 1011000 | 1111 | 1111 | 1001110 | 110000 |
Color Harmonies of #DA4C1B
Complementary color
Monochromatic Colors of #DA4C1B
Black with #DA4C1B
Text Example
Text Example
White with #DA4C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4C1B; }
p { color: rgb(218,76,27); }
H1.HeaderClassName
{
color: #DA4C1B;
}
.AnyTagClassName
{
color: #DA4C1B;
}
</style>
background-color css
<style>
a { background-color: #DA4C1B; }
a { background-color: rgb(218,76,27); }
div.DivClassName
{
background-color: #DA4C1B;
}
.BgClassName
{
background-color: #DA4C1B;
}
</style>
border-color css
<style>
span { border-color: #DA4C1B; }
span { border-color: rgb(218,76,27); }
td.TdClassName
{
border-color: #DA4C1B;
}
.TagClassName
{
border-color: #DA4C1B;
}
</style>