Html Css Color HEX #D6211C Harley Davidson Orange
📋 copy color: '#D6211C'red 214 ◦ green 33 ◦ blue 28
Shades of Harley Davidson Orange #D6211C
Tints of Harley Davidson Orange #D6211C
RGB
CMYK
RGB Variations
Color information
#D6211C (or 0xD6211C) is known color: Harley Davidson Orange. HEX triplet: D6, 21 and 1C. RGB value is (214,33,28). Sum of RGB (Red+Green+Blue) = 214+33+28=275 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.82% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 214 - color contains mainly: red. Hex color #D6211C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6211C is #29DEE3. Grayscale: #565656. Windows color (decimal): -2744036 or 1843670. OLE color: 1843670.
HSL color Cylindrical-coordinate representation of color #D6211C: hue angle of 1.61º 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 #D6211C is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 33 | 28 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.16 |
| HSL | 1.61º | 0.77% | 0.47% | - |
| HSV(B) | 1.61º | 0.87% | 0.84% | - |
| XYZ | 28.49 | 15.47 | 2.58 | - |
| YUV | 86.55 | 94.97 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 33 | 28 | 0 | 0.85 | 0.87 | 0.16 | 1.61 | 0.77 | 0.47 |
| Hex | D6 | 21 | 1C | 0 | 55 | 57 | 10 | 2 | 4D | 2F |
| Octal | 326 | 41 | 34 | 0 | 125 | 127 | 20 | 2 | 115 | 57 |
| Binary | 11010110 | 100001 | 11100 | 0 | 1010101 | 1010111 | 10000 | 10 | 1001101 | 101111 |
Color Harmonies of #D6211C
Complementary color
Monochromatic Colors of #D6211C
Black with #D6211C
Text Example
Text Example
White with #D6211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6211C; }
p { color: rgb(214,33,28); }
H1.HeaderClassName
{
color: #D6211C;
}
.AnyTagClassName
{
color: #D6211C;
}
</style>
background-color css
<style>
a { background-color: #D6211C; }
a { background-color: rgb(214,33,28); }
div.DivClassName
{
background-color: #D6211C;
}
.BgClassName
{
background-color: #D6211C;
}
</style>
border-color css
<style>
span { border-color: #D6211C; }
span { border-color: rgb(214,33,28); }
td.TdClassName
{
border-color: #D6211C;
}
.TagClassName
{
border-color: #D6211C;
}
</style>