Html Css Color HEX #D6201D Harley Davidson Orange
📋 copy color: '#D6201D'red 214 ◦ green 32 ◦ blue 29
Shades of Harley Davidson Orange #D6201D
Tints of Harley Davidson Orange #D6201D
RGB
CMYK
RGB Variations
Color information
#D6201D (or 0xD6201D) is known color: Harley Davidson Orange. HEX triplet: D6, 20 and 1D. RGB value is (214,32,29). Sum of RGB (Red+Green+Blue) = 214+32+29=275 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.82% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 214 - color contains mainly: red. Hex color #D6201D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6201D is #29DFE2. Grayscale: #565656. Windows color (decimal): -2744291 or 1908950. OLE color: 1908950.
HSL color Cylindrical-coordinate representation of color #D6201D: hue angle of 0.97º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6201D is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 29 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.16 |
| HSL | 0.97º | 0.76% | 0.48% | - |
| HSV(B) | 0.97º | 0.86% | 0.84% | - |
| XYZ | 28.47 | 15.42 | 2.64 | - |
| YUV | 86.08 | 95.8 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 29 | 0 | 0.85 | 0.86 | 0.16 | 0.97 | 0.76 | 0.48 |
| Hex | D6 | 20 | 1D | 0 | 55 | 56 | 10 | 1 | 4C | 30 |
| Octal | 326 | 40 | 35 | 0 | 125 | 126 | 20 | 1 | 114 | 60 |
| Binary | 11010110 | 100000 | 11101 | 0 | 1010101 | 1010110 | 10000 | 1 | 1001100 | 110000 |
Color Harmonies of #D6201D
Complementary color
Monochromatic Colors of #D6201D
Black with #D6201D
Text Example
Text Example
White with #D6201D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6201D; }
p { color: rgb(214,32,29); }
H1.HeaderClassName
{
color: #D6201D;
}
.AnyTagClassName
{
color: #D6201D;
}
</style>
background-color css
<style>
a { background-color: #D6201D; }
a { background-color: rgb(214,32,29); }
div.DivClassName
{
background-color: #D6201D;
}
.BgClassName
{
background-color: #D6201D;
}
</style>
border-color css
<style>
span { border-color: #D6201D; }
span { border-color: rgb(214,32,29); }
td.TdClassName
{
border-color: #D6201D;
}
.TagClassName
{
border-color: #D6201D;
}
</style>