Html Css Color HEX #D63A07 Harley Davidson Orange
📋 copy color: '#D63A07'red 214 ◦ green 58 ◦ blue 7
Shades of Harley Davidson Orange #D63A07
Tints of Harley Davidson Orange #D63A07
RGB
CMYK
RGB Variations
Color information
#D63A07 (or 0xD63A07) is known color: Harley Davidson Orange. HEX triplet: D6, 3A and 07. RGB value is (214,58,7). Sum of RGB (Red+Green+Blue) = 214+58+7=279 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.70% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63A07 is #29C5F8. Grayscale: #636363. Windows color (decimal): -2737657 or 473814. OLE color: 473814.
HSL color Cylindrical-coordinate representation of color #D63A07: hue angle of 14.78º 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 #D63A07 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 58 | 7 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.16 |
| HSL | 14.78º | 0.94% | 0.43% | - |
| HSV(B) | 14.78º | 0.97% | 0.84% | - |
| XYZ | 29.28 | 17.34 | 2 | - |
| YUV | 98.83 | 76.18 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 7 | 0 | 0.73 | 0.97 | 0.16 | 14.78 | 0.94 | 0.43 |
| Hex | D6 | 3A | 7 | 0 | 49 | 61 | 10 | F | 5E | 2B |
| Octal | 326 | 72 | 7 | 0 | 111 | 141 | 20 | 17 | 136 | 53 |
| Binary | 11010110 | 111010 | 111 | 0 | 1001001 | 1100001 | 10000 | 1111 | 1011110 | 101011 |
Color Harmonies of #D63A07
Complementary color
Monochromatic Colors of #D63A07
Black with #D63A07
Text Example
Text Example
White with #D63A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63A07; }
p { color: rgb(214,58,7); }
H1.HeaderClassName
{
color: #D63A07;
}
.AnyTagClassName
{
color: #D63A07;
}
</style>
background-color css
<style>
a { background-color: #D63A07; }
a { background-color: rgb(214,58,7); }
div.DivClassName
{
background-color: #D63A07;
}
.BgClassName
{
background-color: #D63A07;
}
</style>
border-color css
<style>
span { border-color: #D63A07; }
span { border-color: rgb(214,58,7); }
td.TdClassName
{
border-color: #D63A07;
}
.TagClassName
{
border-color: #D63A07;
}
</style>