Html Css Color HEX #D5391E Harley Davidson Orange
📋 copy color: '#D5391E'red 213 ◦ green 57 ◦ blue 30
Shades of Harley Davidson Orange #D5391E
Tints of Harley Davidson Orange #D5391E
RGB
CMYK
RGB Variations
Color information
#D5391E (or 0xD5391E) is known color: Harley Davidson Orange. HEX triplet: D5, 39 and 1E. RGB value is (213,57,30). Sum of RGB (Red+Green+Blue) = 213+57+30=300 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 213 - color contains mainly: red. Hex color #D5391E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5391E is #2AC6E1. Grayscale: #646464. Windows color (decimal): -2803426 or 1980885. OLE color: 1980885.
HSL color Cylindrical-coordinate representation of color #D5391E: hue angle of 8.85º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5391E is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 30 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.16 |
| HSL | 8.85º | 0.75% | 0.48% | - |
| HSV(B) | 8.85º | 0.86% | 0.84% | - |
| XYZ | 29.14 | 17.17 | 3.01 | - |
| YUV | 100.57 | 88.18 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 30 | 0 | 0.73 | 0.86 | 0.16 | 8.85 | 0.75 | 0.48 |
| Hex | D5 | 39 | 1E | 0 | 49 | 56 | 10 | 9 | 4B | 30 |
| Octal | 325 | 71 | 36 | 0 | 111 | 126 | 20 | 11 | 113 | 60 |
| Binary | 11010101 | 111001 | 11110 | 0 | 1001001 | 1010110 | 10000 | 1001 | 1001011 | 110000 |
Color Harmonies of #D5391E
Complementary color
Monochromatic Colors of #D5391E
Black with #D5391E
Text Example
Text Example
White with #D5391E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5391E; }
p { color: rgb(213,57,30); }
H1.HeaderClassName
{
color: #D5391E;
}
.AnyTagClassName
{
color: #D5391E;
}
</style>
background-color css
<style>
a { background-color: #D5391E; }
a { background-color: rgb(213,57,30); }
div.DivClassName
{
background-color: #D5391E;
}
.BgClassName
{
background-color: #D5391E;
}
</style>
border-color css
<style>
span { border-color: #D5391E; }
span { border-color: rgb(213,57,30); }
td.TdClassName
{
border-color: #D5391E;
}
.TagClassName
{
border-color: #D5391E;
}
</style>