Html Css Color HEX #D6291B Harley Davidson Orange
📋 copy color: '#D6291B'red 214 ◦ green 41 ◦ blue 27
Shades of Harley Davidson Orange #D6291B
Tints of Harley Davidson Orange #D6291B
RGB
CMYK
RGB Variations
Color information
#D6291B (or 0xD6291B) is known color: Harley Davidson Orange. HEX triplet: D6, 29 and 1B. RGB value is (214,41,27). Sum of RGB (Red+Green+Blue) = 214+41+27=282 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.89% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 214 - color contains mainly: red. Hex color #D6291B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6291B is #29D6E4. Grayscale: #5B5B5B. Windows color (decimal): -2741989 or 1780182. OLE color: 1780182.
HSL color Cylindrical-coordinate representation of color #D6291B: hue angle of 4.49º degrees, saturation: 0.78, 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 #D6291B is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 41 | 27 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.16 |
| HSL | 4.49º | 0.78% | 0.47% | - |
| HSV(B) | 4.49º | 0.87% | 0.84% | - |
| XYZ | 28.72 | 15.96 | 2.6 | - |
| YUV | 91.13 | 91.81 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 41 | 27 | 0 | 0.81 | 0.87 | 0.16 | 4.49 | 0.78 | 0.47 |
| Hex | D6 | 29 | 1B | 0 | 51 | 57 | 10 | 4 | 4E | 2F |
| Octal | 326 | 51 | 33 | 0 | 121 | 127 | 20 | 4 | 116 | 57 |
| Binary | 11010110 | 101001 | 11011 | 0 | 1010001 | 1010111 | 10000 | 100 | 1001110 | 101111 |
Color Harmonies of #D6291B
Complementary color
Monochromatic Colors of #D6291B
Black with #D6291B
Text Example
Text Example
White with #D6291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6291B; }
p { color: rgb(214,41,27); }
H1.HeaderClassName
{
color: #D6291B;
}
.AnyTagClassName
{
color: #D6291B;
}
</style>
background-color css
<style>
a { background-color: #D6291B; }
a { background-color: rgb(214,41,27); }
div.DivClassName
{
background-color: #D6291B;
}
.BgClassName
{
background-color: #D6291B;
}
</style>
border-color css
<style>
span { border-color: #D6291B; }
span { border-color: rgb(214,41,27); }
td.TdClassName
{
border-color: #D6291B;
}
.TagClassName
{
border-color: #D6291B;
}
</style>