Html Css Color HEX #D5370C Harley Davidson Orange
📋 copy color: '#D5370C'red 213 ◦ green 55 ◦ blue 12
Shades of Harley Davidson Orange #D5370C
Tints of Harley Davidson Orange #D5370C
RGB
CMYK
RGB Variations
Color information
#D5370C (or 0xD5370C) is known color: Harley Davidson Orange. HEX triplet: D5, 37 and 0C. RGB value is (213,55,12). Sum of RGB (Red+Green+Blue) = 213+55+12=280 (37% of max value = 765). Red value is 213 (83.59% from 255 or 76.07% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 213 - color contains mainly: red. Hex color #D5370C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5370C is #2AC8F3. Grayscale: #616161. Windows color (decimal): -2803956 or 800725. OLE color: 800725.
HSL color Cylindrical-coordinate representation of color #D5370C: hue angle of 12.84º 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 #D5370C is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 12 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.16 |
| HSL | 12.84º | 0.89% | 0.44% | - |
| HSV(B) | 12.84º | 0.94% | 0.84% | - |
| XYZ | 28.87 | 16.91 | 2.09 | - |
| YUV | 97.34 | 79.85 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 12 | 0 | 0.74 | 0.94 | 0.16 | 12.84 | 0.89 | 0.44 |
| Hex | D5 | 37 | C | 0 | 4A | 5E | 10 | D | 59 | 2C |
| Octal | 325 | 67 | 14 | 0 | 112 | 136 | 20 | 15 | 131 | 54 |
| Binary | 11010101 | 110111 | 1100 | 0 | 1001010 | 1011110 | 10000 | 1101 | 1011001 | 101100 |
Color Harmonies of #D5370C
Complementary color
Monochromatic Colors of #D5370C
Black with #D5370C
Text Example
Text Example
White with #D5370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5370C; }
p { color: rgb(213,55,12); }
H1.HeaderClassName
{
color: #D5370C;
}
.AnyTagClassName
{
color: #D5370C;
}
</style>
background-color css
<style>
a { background-color: #D5370C; }
a { background-color: rgb(213,55,12); }
div.DivClassName
{
background-color: #D5370C;
}
.BgClassName
{
background-color: #D5370C;
}
</style>
border-color css
<style>
span { border-color: #D5370C; }
span { border-color: rgb(213,55,12); }
td.TdClassName
{
border-color: #D5370C;
}
.TagClassName
{
border-color: #D5370C;
}
</style>