Html Css Color HEX #D63805 Harley Davidson Orange
📋 copy color: '#D63805'red 214 ◦ green 56 ◦ blue 5
Shades of Harley Davidson Orange #D63805
Tints of Harley Davidson Orange #D63805
RGB
CMYK
RGB Variations
Color information
#D63805 (or 0xD63805) is known color: Harley Davidson Orange. HEX triplet: D6, 38 and 05. RGB value is (214,56,5). Sum of RGB (Red+Green+Blue) = 214+56+5=275 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.82% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 5 (2.34% from 255 or 1.82% from 275); Max value from RGB is 214 - color contains mainly: red. Hex color #D63805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63805 is #29C7FA. Grayscale: #616161. Windows color (decimal): -2738171 or 342230. OLE color: 342230.
HSL color Cylindrical-coordinate representation of color #D63805: hue angle of 14.64º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D63805 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 56 | 5 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.16 |
| HSL | 14.64º | 0.95% | 0.43% | - |
| HSV(B) | 14.64º | 0.98% | 0.84% | - |
| XYZ | 29.17 | 17.14 | 1.91 | - |
| YUV | 97.43 | 75.85 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 56 | 5 | 0 | 0.74 | 0.98 | 0.16 | 14.64 | 0.95 | 0.43 |
| Hex | D6 | 38 | 5 | 0 | 4A | 62 | 10 | F | 5F | 2B |
| Octal | 326 | 70 | 5 | 0 | 112 | 142 | 20 | 17 | 137 | 53 |
| Binary | 11010110 | 111000 | 101 | 0 | 1001010 | 1100010 | 10000 | 1111 | 1011111 | 101011 |
Color Harmonies of #D63805
Complementary color
Monochromatic Colors of #D63805
Black with #D63805
Text Example
Text Example
White with #D63805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63805; }
p { color: rgb(214,56,5); }
H1.HeaderClassName
{
color: #D63805;
}
.AnyTagClassName
{
color: #D63805;
}
</style>
background-color css
<style>
a { background-color: #D63805; }
a { background-color: rgb(214,56,5); }
div.DivClassName
{
background-color: #D63805;
}
.BgClassName
{
background-color: #D63805;
}
</style>
border-color css
<style>
span { border-color: #D63805; }
span { border-color: rgb(214,56,5); }
td.TdClassName
{
border-color: #D63805;
}
.TagClassName
{
border-color: #D63805;
}
</style>