Html Css Color HEX #D6200F Harley Davidson Orange
📋 copy color: '#D6200F'red 214 ◦ green 32 ◦ blue 15
Shades of Harley Davidson Orange #D6200F
Tints of Harley Davidson Orange #D6200F
RGB
CMYK
RGB Variations
Color information
#D6200F (or 0xD6200F) is known color: Harley Davidson Orange. HEX triplet: D6, 20 and 0F. RGB value is (214,32,15). Sum of RGB (Red+Green+Blue) = 214+32+15=261 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.99% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 214 - color contains mainly: red. Hex color #D6200F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6200F is #29DFF0. Grayscale: #545454. Windows color (decimal): -2744305 or 991446. OLE color: 991446.
HSL color Cylindrical-coordinate representation of color #D6200F: hue angle of 5.13º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6200F is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 15 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.16 |
| HSL | 5.13º | 0.87% | 0.45% | - |
| HSV(B) | 5.13º | 0.93% | 0.84% | - |
| XYZ | 28.33 | 15.36 | 1.92 | - |
| YUV | 84.48 | 88.8 | 220.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 15 | 0 | 0.85 | 0.93 | 0.16 | 5.13 | 0.87 | 0.45 |
| Hex | D6 | 20 | F | 0 | 55 | 5D | 10 | 5 | 57 | 2D |
| Octal | 326 | 40 | 17 | 0 | 125 | 135 | 20 | 5 | 127 | 55 |
| Binary | 11010110 | 100000 | 1111 | 0 | 1010101 | 1011101 | 10000 | 101 | 1010111 | 101101 |
Color Harmonies of #D6200F
Complementary color
Monochromatic Colors of #D6200F
Black with #D6200F
Text Example
Text Example
White with #D6200F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6200F; }
p { color: rgb(214,32,15); }
H1.HeaderClassName
{
color: #D6200F;
}
.AnyTagClassName
{
color: #D6200F;
}
</style>
background-color css
<style>
a { background-color: #D6200F; }
a { background-color: rgb(214,32,15); }
div.DivClassName
{
background-color: #D6200F;
}
.BgClassName
{
background-color: #D6200F;
}
</style>
border-color css
<style>
span { border-color: #D6200F; }
span { border-color: rgb(214,32,15); }
td.TdClassName
{
border-color: #D6200F;
}
.TagClassName
{
border-color: #D6200F;
}
</style>