Html Css Color HEX #D5390A Harley Davidson Orange
📋 copy color: '#D5390A'red 213 ◦ green 57 ◦ blue 10
Shades of Harley Davidson Orange #D5390A
Tints of Harley Davidson Orange #D5390A
RGB
CMYK
RGB Variations
Color information
#D5390A (or 0xD5390A) is known color: Harley Davidson Orange. HEX triplet: D5, 39 and 0A. RGB value is (213,57,10). Sum of RGB (Red+Green+Blue) = 213+57+10=280 (37% of max value = 765). Red value is 213 (83.59% from 255 or 76.07% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 213 - color contains mainly: red. Hex color #D5390A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5390A is #2AC6F5. Grayscale: #626262. Windows color (decimal): -2803446 or 670165. OLE color: 670165.
HSL color Cylindrical-coordinate representation of color #D5390A: hue angle of 13.89º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5390A is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 10 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.16 |
| HSL | 13.89º | 0.91% | 0.44% | - |
| HSV(B) | 13.89º | 0.95% | 0.84% | - |
| XYZ | 28.96 | 17.09 | 2.06 | - |
| YUV | 98.29 | 78.18 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 10 | 0 | 0.73 | 0.95 | 0.16 | 13.89 | 0.91 | 0.44 |
| Hex | D5 | 39 | A | 0 | 49 | 5F | 10 | E | 5B | 2C |
| Octal | 325 | 71 | 12 | 0 | 111 | 137 | 20 | 16 | 133 | 54 |
| Binary | 11010101 | 111001 | 1010 | 0 | 1001001 | 1011111 | 10000 | 1110 | 1011011 | 101100 |
Color Harmonies of #D5390A
Complementary color
Monochromatic Colors of #D5390A
Black with #D5390A
Text Example
Text Example
White with #D5390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5390A; }
p { color: rgb(213,57,10); }
H1.HeaderClassName
{
color: #D5390A;
}
.AnyTagClassName
{
color: #D5390A;
}
</style>
background-color css
<style>
a { background-color: #D5390A; }
a { background-color: rgb(213,57,10); }
div.DivClassName
{
background-color: #D5390A;
}
.BgClassName
{
background-color: #D5390A;
}
</style>
border-color css
<style>
span { border-color: #D5390A; }
span { border-color: rgb(213,57,10); }
td.TdClassName
{
border-color: #D5390A;
}
.TagClassName
{
border-color: #D5390A;
}
</style>