Html Css Color HEX #D5390C Harley Davidson Orange
📋 copy color: '#D5390C'red 213 ◦ green 57 ◦ blue 12
Shades of Harley Davidson Orange #D5390C
Tints of Harley Davidson Orange #D5390C
RGB
CMYK
RGB Variations
Color information
#D5390C (or 0xD5390C) is known color: Harley Davidson Orange. HEX triplet: D5, 39 and 0C. RGB value is (213,57,12). Sum of RGB (Red+Green+Blue) = 213+57+12=282 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.53% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 213 - color contains mainly: red. Hex color #D5390C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5390C is #2AC6F3. Grayscale: #626262. Windows color (decimal): -2803444 or 801237. OLE color: 801237.
HSL color Cylindrical-coordinate representation of color #D5390C: hue angle of 13.43º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5390C is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 12 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.16 |
| HSL | 13.43º | 0.89% | 0.44% | - |
| HSV(B) | 13.43º | 0.94% | 0.84% | - |
| XYZ | 28.97 | 17.1 | 2.12 | - |
| YUV | 98.51 | 79.18 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 12 | 0 | 0.73 | 0.94 | 0.16 | 13.43 | 0.89 | 0.44 |
| Hex | D5 | 39 | C | 0 | 49 | 5E | 10 | D | 59 | 2C |
| Octal | 325 | 71 | 14 | 0 | 111 | 136 | 20 | 15 | 131 | 54 |
| Binary | 11010101 | 111001 | 1100 | 0 | 1001001 | 1011110 | 10000 | 1101 | 1011001 | 101100 |
Color Harmonies of #D5390C
Complementary color
Monochromatic Colors of #D5390C
Black with #D5390C
Text Example
Text Example
White with #D5390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5390C; }
p { color: rgb(213,57,12); }
H1.HeaderClassName
{
color: #D5390C;
}
.AnyTagClassName
{
color: #D5390C;
}
</style>
background-color css
<style>
a { background-color: #D5390C; }
a { background-color: rgb(213,57,12); }
div.DivClassName
{
background-color: #D5390C;
}
.BgClassName
{
background-color: #D5390C;
}
</style>
border-color css
<style>
span { border-color: #D5390C; }
span { border-color: rgb(213,57,12); }
td.TdClassName
{
border-color: #D5390C;
}
.TagClassName
{
border-color: #D5390C;
}
</style>