Html Css Color HEX #D5391C Harley Davidson Orange
📋 copy color: '#D5391C'red 213 ◦ green 57 ◦ blue 28
Shades of Harley Davidson Orange #D5391C
Tints of Harley Davidson Orange #D5391C
RGB
CMYK
RGB Variations
Color information
#D5391C (or 0xD5391C) is known color: Harley Davidson Orange. HEX triplet: D5, 39 and 1C. RGB value is (213,57,28). Sum of RGB (Red+Green+Blue) = 213+57+28=298 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.48% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 213 - color contains mainly: red. Hex color #D5391C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5391C is #2AC6E3. Grayscale: #646464. Windows color (decimal): -2803428 or 1849813. OLE color: 1849813.
HSL color Cylindrical-coordinate representation of color #D5391C: hue angle of 9.41º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5391C is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 28 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.16 |
| HSL | 9.41º | 0.77% | 0.47% | - |
| HSV(B) | 9.41º | 0.87% | 0.84% | - |
| XYZ | 29.11 | 17.16 | 2.88 | - |
| YUV | 100.34 | 87.18 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 28 | 0 | 0.73 | 0.87 | 0.16 | 9.41 | 0.77 | 0.47 |
| Hex | D5 | 39 | 1C | 0 | 49 | 57 | 10 | 9 | 4D | 2F |
| Octal | 325 | 71 | 34 | 0 | 111 | 127 | 20 | 11 | 115 | 57 |
| Binary | 11010101 | 111001 | 11100 | 0 | 1001001 | 1010111 | 10000 | 1001 | 1001101 | 101111 |
Color Harmonies of #D5391C
Complementary color
Monochromatic Colors of #D5391C
Black with #D5391C
Text Example
Text Example
White with #D5391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5391C; }
p { color: rgb(213,57,28); }
H1.HeaderClassName
{
color: #D5391C;
}
.AnyTagClassName
{
color: #D5391C;
}
</style>
background-color css
<style>
a { background-color: #D5391C; }
a { background-color: rgb(213,57,28); }
div.DivClassName
{
background-color: #D5391C;
}
.BgClassName
{
background-color: #D5391C;
}
</style>
border-color css
<style>
span { border-color: #D5391C; }
span { border-color: rgb(213,57,28); }
td.TdClassName
{
border-color: #D5391C;
}
.TagClassName
{
border-color: #D5391C;
}
</style>