Html Css Color HEX #D61D1C Harley Davidson Orange
📋 copy color: '#D61D1C'red 214 ◦ green 29 ◦ blue 28
Shades of Harley Davidson Orange #D61D1C
Tints of Harley Davidson Orange #D61D1C
RGB
CMYK
RGB Variations
Color information
#D61D1C (or 0xD61D1C) is known color: Harley Davidson Orange. HEX triplet: D6, 1D and 1C. RGB value is (214,29,28). Sum of RGB (Red+Green+Blue) = 214+29+28=271 (35% of max value = 765). Red value is 214 (83.98% from 255 or 78.97% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61D1C is #29E2E3. Grayscale: #545454. Windows color (decimal): -2745060 or 1842646. OLE color: 1842646.
HSL color Cylindrical-coordinate representation of color #D61D1C: hue angle of 0.32º 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 #D61D1C is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 29 | 28 | - |
| CMYK | 0 | 0.86 | 0.87 | 0.16 |
| HSL | 0.32º | 0.77% | 0.47% | - |
| HSV(B) | 0.32º | 0.87% | 0.84% | - |
| XYZ | 28.38 | 15.26 | 2.55 | - |
| YUV | 84.2 | 96.29 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 29 | 28 | 0 | 0.86 | 0.87 | 0.16 | 0.32 | 0.77 | 0.47 |
| Hex | D6 | 1D | 1C | 0 | 56 | 57 | 10 | 0 | 4D | 2F |
| Octal | 326 | 35 | 34 | 0 | 126 | 127 | 20 | 0 | 115 | 57 |
| Binary | 11010110 | 11101 | 11100 | 0 | 1010110 | 1010111 | 10000 | 0 | 1001101 | 101111 |
Color Harmonies of #D61D1C
Complementary color
Monochromatic Colors of #D61D1C
Black with #D61D1C
Text Example
Text Example
White with #D61D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61D1C; }
p { color: rgb(214,29,28); }
H1.HeaderClassName
{
color: #D61D1C;
}
.AnyTagClassName
{
color: #D61D1C;
}
</style>
background-color css
<style>
a { background-color: #D61D1C; }
a { background-color: rgb(214,29,28); }
div.DivClassName
{
background-color: #D61D1C;
}
.BgClassName
{
background-color: #D61D1C;
}
</style>
border-color css
<style>
span { border-color: #D61D1C; }
span { border-color: rgb(214,29,28); }
td.TdClassName
{
border-color: #D61D1C;
}
.TagClassName
{
border-color: #D61D1C;
}
</style>