Html Css Color HEX #D61A07 Harley Davidson Orange
📋 copy color: '#D61A07'red 214 ◦ green 26 ◦ blue 7
Shades of Harley Davidson Orange #D61A07
Tints of Harley Davidson Orange #D61A07
RGB
CMYK
RGB Variations
Color information
#D61A07 (or 0xD61A07) is known color: Harley Davidson Orange. HEX triplet: D6, 1A and 07. RGB value is (214,26,7). Sum of RGB (Red+Green+Blue) = 214+26+7=247 (32% of max value = 765). Red value is 214 (83.98% from 255 or 86.64% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D61A07 is #29E5F8. Grayscale: #505050. Windows color (decimal): -2745849 or 465622. OLE color: 465622.
HSL color Cylindrical-coordinate representation of color #D61A07: hue angle of 5.51º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D61A07 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 26 | 7 | - |
| CMYK | 0 | 0.88 | 0.97 | 0.16 |
| HSL | 5.51º | 0.94% | 0.43% | - |
| HSV(B) | 5.51º | 0.97% | 0.84% | - |
| XYZ | 28.14 | 15.05 | 1.62 | - |
| YUV | 80.05 | 86.78 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 26 | 7 | 0 | 0.88 | 0.97 | 0.16 | 5.51 | 0.94 | 0.43 |
| Hex | D6 | 1A | 7 | 0 | 58 | 61 | 10 | 6 | 5E | 2B |
| Octal | 326 | 32 | 7 | 0 | 130 | 141 | 20 | 6 | 136 | 53 |
| Binary | 11010110 | 11010 | 111 | 0 | 1011000 | 1100001 | 10000 | 110 | 1011110 | 101011 |
Color Harmonies of #D61A07
Complementary color
Monochromatic Colors of #D61A07
Black with #D61A07
Text Example
Text Example
White with #D61A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61A07; }
p { color: rgb(214,26,7); }
H1.HeaderClassName
{
color: #D61A07;
}
.AnyTagClassName
{
color: #D61A07;
}
</style>
background-color css
<style>
a { background-color: #D61A07; }
a { background-color: rgb(214,26,7); }
div.DivClassName
{
background-color: #D61A07;
}
.BgClassName
{
background-color: #D61A07;
}
</style>
border-color css
<style>
span { border-color: #D61A07; }
span { border-color: rgb(214,26,7); }
td.TdClassName
{
border-color: #D61A07;
}
.TagClassName
{
border-color: #D61A07;
}
</style>