Html Css Color HEX #D2371C Harley Davidson Orange
📋 copy color: '#D2371C'red 210 ◦ green 55 ◦ blue 28
Shades of Harley Davidson Orange #D2371C
Tints of Harley Davidson Orange #D2371C
RGB
CMYK
RGB Variations
Color information
#D2371C (or 0xD2371C) is known color: Harley Davidson Orange. HEX triplet: D2, 37 and 1C. RGB value is (210,55,28). Sum of RGB (Red+Green+Blue) = 210+55+28=293 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.67% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 210 - color contains mainly: red. Hex color #D2371C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2371C is #2DC8E3. Grayscale: #626262. Windows color (decimal): -3000548 or 1849298. OLE color: 1849298.
HSL color Cylindrical-coordinate representation of color #D2371C: hue angle of 8.9º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2371C is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 28 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.18 |
| HSL | 8.9º | 0.76% | 0.47% | - |
| HSV(B) | 8.9º | 0.87% | 0.82% | - |
| XYZ | 28.15 | 16.52 | 2.8 | - |
| YUV | 98.27 | 88.35 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 28 | 0 | 0.74 | 0.87 | 0.18 | 8.9 | 0.76 | 0.47 |
| Hex | D2 | 37 | 1C | 0 | 4A | 57 | 12 | 9 | 4C | 2F |
| Octal | 322 | 67 | 34 | 0 | 112 | 127 | 22 | 11 | 114 | 57 |
| Binary | 11010010 | 110111 | 11100 | 0 | 1001010 | 1010111 | 10010 | 1001 | 1001100 | 101111 |
Color Harmonies of #D2371C
Complementary color
Monochromatic Colors of #D2371C
Black with #D2371C
Text Example
Text Example
White with #D2371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2371C; }
p { color: rgb(210,55,28); }
H1.HeaderClassName
{
color: #D2371C;
}
.AnyTagClassName
{
color: #D2371C;
}
</style>
background-color css
<style>
a { background-color: #D2371C; }
a { background-color: rgb(210,55,28); }
div.DivClassName
{
background-color: #D2371C;
}
.BgClassName
{
background-color: #D2371C;
}
</style>
border-color css
<style>
span { border-color: #D2371C; }
span { border-color: rgb(210,55,28); }
td.TdClassName
{
border-color: #D2371C;
}
.TagClassName
{
border-color: #D2371C;
}
</style>