Html Css Color HEX #DA391E Harley Davidson Orange
📋 copy color: '#DA391E'red 218 ◦ green 57 ◦ blue 30
Shades of Harley Davidson Orange #DA391E
Tints of Harley Davidson Orange #DA391E
RGB
CMYK
RGB Variations
Color information
#DA391E (or 0xDA391E) is known color: Harley Davidson Orange. HEX triplet: DA, 39 and 1E. RGB value is (218,57,30). Sum of RGB (Red+Green+Blue) = 218+57+30=305 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.48% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 30 (12.11% from 255 or 9.84% from 305); Max value from RGB is 218 - color contains mainly: red. Hex color #DA391E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA391E is #25C6E1. Grayscale: #666666. Windows color (decimal): -2475746 or 1980890. OLE color: 1980890.
HSL color Cylindrical-coordinate representation of color #DA391E: hue angle of 8.62º 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 #DA391E is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 57 | 30 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.15 |
| HSL | 8.62º | 0.76% | 0.49% | - |
| HSV(B) | 8.62º | 0.86% | 0.85% | - |
| XYZ | 30.61 | 17.93 | 3.07 | - |
| YUV | 102.06 | 87.34 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 57 | 30 | 0 | 0.74 | 0.86 | 0.15 | 8.62 | 0.76 | 0.49 |
| Hex | DA | 39 | 1E | 0 | 4A | 56 | F | 9 | 4C | 31 |
| Octal | 332 | 71 | 36 | 0 | 112 | 126 | 17 | 11 | 114 | 61 |
| Binary | 11011010 | 111001 | 11110 | 0 | 1001010 | 1010110 | 1111 | 1001 | 1001100 | 110001 |
Color Harmonies of #DA391E
Complementary color
Monochromatic Colors of #DA391E
Black with #DA391E
Text Example
Text Example
White with #DA391E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA391E; }
p { color: rgb(218,57,30); }
H1.HeaderClassName
{
color: #DA391E;
}
.AnyTagClassName
{
color: #DA391E;
}
</style>
background-color css
<style>
a { background-color: #DA391E; }
a { background-color: rgb(218,57,30); }
div.DivClassName
{
background-color: #DA391E;
}
.BgClassName
{
background-color: #DA391E;
}
</style>
border-color css
<style>
span { border-color: #DA391E; }
span { border-color: rgb(218,57,30); }
td.TdClassName
{
border-color: #DA391E;
}
.TagClassName
{
border-color: #DA391E;
}
</style>