Html Css Color HEX #D6221D Harley Davidson Orange
📋 copy color: '#D6221D'red 214 ◦ green 34 ◦ blue 29
Shades of Harley Davidson Orange #D6221D
Tints of Harley Davidson Orange #D6221D
RGB
CMYK
RGB Variations
Color information
#D6221D (or 0xD6221D) is known color: Harley Davidson Orange. HEX triplet: D6, 22 and 1D. RGB value is (214,34,29). Sum of RGB (Red+Green+Blue) = 214+34+29=277 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.26% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 214 - color contains mainly: red. Hex color #D6221D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6221D is #29DDE2. Grayscale: #575757. Windows color (decimal): -2743779 or 1909462. OLE color: 1909462.
HSL color Cylindrical-coordinate representation of color #D6221D: hue angle of 1.62º 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 #D6221D is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 34 | 29 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.16 |
| HSL | 1.62º | 0.76% | 0.48% | - |
| HSV(B) | 1.62º | 0.86% | 0.84% | - |
| XYZ | 28.53 | 15.53 | 2.66 | - |
| YUV | 87.25 | 95.13 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 34 | 29 | 0 | 0.84 | 0.86 | 0.16 | 1.62 | 0.76 | 0.48 |
| Hex | D6 | 22 | 1D | 0 | 54 | 56 | 10 | 2 | 4C | 30 |
| Octal | 326 | 42 | 35 | 0 | 124 | 126 | 20 | 2 | 114 | 60 |
| Binary | 11010110 | 100010 | 11101 | 0 | 1010100 | 1010110 | 10000 | 10 | 1001100 | 110000 |
Color Harmonies of #D6221D
Complementary color
Monochromatic Colors of #D6221D
Black with #D6221D
Text Example
Text Example
White with #D6221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6221D; }
p { color: rgb(214,34,29); }
H1.HeaderClassName
{
color: #D6221D;
}
.AnyTagClassName
{
color: #D6221D;
}
</style>
background-color css
<style>
a { background-color: #D6221D; }
a { background-color: rgb(214,34,29); }
div.DivClassName
{
background-color: #D6221D;
}
.BgClassName
{
background-color: #D6221D;
}
</style>
border-color css
<style>
span { border-color: #D6221D; }
span { border-color: rgb(214,34,29); }
td.TdClassName
{
border-color: #D6221D;
}
.TagClassName
{
border-color: #D6221D;
}
</style>