Html Css Color HEX #D5370D Harley Davidson Orange
📋 copy color: '#D5370D'red 213 ◦ green 55 ◦ blue 13
Shades of Harley Davidson Orange #D5370D
Tints of Harley Davidson Orange #D5370D
RGB
CMYK
RGB Variations
Color information
#D5370D (or 0xD5370D) is known color: Harley Davidson Orange. HEX triplet: D5, 37 and 0D. RGB value is (213,55,13). Sum of RGB (Red+Green+Blue) = 213+55+13=281 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.80% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 213 - color contains mainly: red. Hex color #D5370D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5370D is #2AC8F2. Grayscale: #616161. Windows color (decimal): -2803955 or 866261. OLE color: 866261.
HSL color Cylindrical-coordinate representation of color #D5370D: hue angle of 12.6º degrees, saturation: 0.88, 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 #D5370D is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 13 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.16 |
| HSL | 12.6º | 0.88% | 0.44% | - |
| HSV(B) | 12.6º | 0.94% | 0.84% | - |
| XYZ | 28.88 | 16.91 | 2.12 | - |
| YUV | 97.45 | 80.35 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 13 | 0 | 0.74 | 0.94 | 0.16 | 12.6 | 0.88 | 0.44 |
| Hex | D5 | 37 | D | 0 | 4A | 5E | 10 | D | 58 | 2C |
| Octal | 325 | 67 | 15 | 0 | 112 | 136 | 20 | 15 | 130 | 54 |
| Binary | 11010101 | 110111 | 1101 | 0 | 1001010 | 1011110 | 10000 | 1101 | 1011000 | 101100 |
Color Harmonies of #D5370D
Complementary color
Monochromatic Colors of #D5370D
Black with #D5370D
Text Example
Text Example
White with #D5370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5370D; }
p { color: rgb(213,55,13); }
H1.HeaderClassName
{
color: #D5370D;
}
.AnyTagClassName
{
color: #D5370D;
}
</style>
background-color css
<style>
a { background-color: #D5370D; }
a { background-color: rgb(213,55,13); }
div.DivClassName
{
background-color: #D5370D;
}
.BgClassName
{
background-color: #D5370D;
}
</style>
border-color css
<style>
span { border-color: #D5370D; }
span { border-color: rgb(213,55,13); }
td.TdClassName
{
border-color: #D5370D;
}
.TagClassName
{
border-color: #D5370D;
}
</style>