Html Css Color HEX #D7200C Harley Davidson Orange
📋 copy color: '#D7200C'red 215 ◦ green 32 ◦ blue 12
Shades of Harley Davidson Orange #D7200C
Tints of Harley Davidson Orange #D7200C
RGB
CMYK
RGB Variations
Color information
#D7200C (or 0xD7200C) is known color: Harley Davidson Orange. HEX triplet: D7, 20 and 0C. RGB value is (215,32,12). Sum of RGB (Red+Green+Blue) = 215+32+12=259 (34% of max value = 765). Red value is 215 (84.38% from 255 or 83.01% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 215 - color contains mainly: red. Hex color #D7200C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7200C is #28DFF3. Grayscale: #545454. Windows color (decimal): -2678772 or 794839. OLE color: 794839.
HSL color Cylindrical-coordinate representation of color #D7200C: hue angle of 5.91º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7200C is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 12 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.16 |
| HSL | 5.91º | 0.89% | 0.45% | - |
| HSV(B) | 5.91º | 0.94% | 0.84% | - |
| XYZ | 28.61 | 15.51 | 1.83 | - |
| YUV | 84.44 | 87.13 | 221.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 12 | 0 | 0.85 | 0.94 | 0.16 | 5.91 | 0.89 | 0.45 |
| Hex | D7 | 20 | C | 0 | 55 | 5E | 10 | 6 | 59 | 2D |
| Octal | 327 | 40 | 14 | 0 | 125 | 136 | 20 | 6 | 131 | 55 |
| Binary | 11010111 | 100000 | 1100 | 0 | 1010101 | 1011110 | 10000 | 110 | 1011001 | 101101 |
Color Harmonies of #D7200C
Complementary color
Monochromatic Colors of #D7200C
Black with #D7200C
Text Example
Text Example
White with #D7200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7200C; }
p { color: rgb(215,32,12); }
H1.HeaderClassName
{
color: #D7200C;
}
.AnyTagClassName
{
color: #D7200C;
}
</style>
background-color css
<style>
a { background-color: #D7200C; }
a { background-color: rgb(215,32,12); }
div.DivClassName
{
background-color: #D7200C;
}
.BgClassName
{
background-color: #D7200C;
}
</style>
border-color css
<style>
span { border-color: #D7200C; }
span { border-color: rgb(215,32,12); }
td.TdClassName
{
border-color: #D7200C;
}
.TagClassName
{
border-color: #D7200C;
}
</style>