Html Css Color HEX #D5371C Harley Davidson Orange
📋 copy color: '#D5371C'red 213 ◦ green 55 ◦ blue 28
Shades of Harley Davidson Orange #D5371C
Tints of Harley Davidson Orange #D5371C
RGB
CMYK
RGB Variations
Color information
#D5371C (or 0xD5371C) is known color: Harley Davidson Orange. HEX triplet: D5, 37 and 1C. RGB value is (213,55,28). Sum of RGB (Red+Green+Blue) = 213+55+28=296 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.96% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 213 - color contains mainly: red. Hex color #D5371C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5371C is #2AC8E3. Grayscale: #636363. Windows color (decimal): -2803940 or 1849301. OLE color: 1849301.
HSL color Cylindrical-coordinate representation of color #D5371C: hue angle of 8.76º 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 #D5371C is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 28 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.16 |
| HSL | 8.76º | 0.77% | 0.47% | - |
| HSV(B) | 8.76º | 0.87% | 0.84% | - |
| XYZ | 29.02 | 16.96 | 2.84 | - |
| YUV | 99.16 | 87.85 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 28 | 0 | 0.74 | 0.87 | 0.16 | 8.76 | 0.77 | 0.47 |
| Hex | D5 | 37 | 1C | 0 | 4A | 57 | 10 | 9 | 4D | 2F |
| Octal | 325 | 67 | 34 | 0 | 112 | 127 | 20 | 11 | 115 | 57 |
| Binary | 11010101 | 110111 | 11100 | 0 | 1001010 | 1010111 | 10000 | 1001 | 1001101 | 101111 |
Color Harmonies of #D5371C
Complementary color
Monochromatic Colors of #D5371C
Black with #D5371C
Text Example
Text Example
White with #D5371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5371C; }
p { color: rgb(213,55,28); }
H1.HeaderClassName
{
color: #D5371C;
}
.AnyTagClassName
{
color: #D5371C;
}
</style>
background-color css
<style>
a { background-color: #D5371C; }
a { background-color: rgb(213,55,28); }
div.DivClassName
{
background-color: #D5371C;
}
.BgClassName
{
background-color: #D5371C;
}
</style>
border-color css
<style>
span { border-color: #D5371C; }
span { border-color: rgb(213,55,28); }
td.TdClassName
{
border-color: #D5371C;
}
.TagClassName
{
border-color: #D5371C;
}
</style>