Html Css Color HEX #D62505 Harley Davidson Orange
📋 copy color: '#D62505'red 214 ◦ green 37 ◦ blue 5
Shades of Harley Davidson Orange #D62505
Tints of Harley Davidson Orange #D62505
RGB
CMYK
RGB Variations
Color information
#D62505 (or 0xD62505) is known color: Harley Davidson Orange. HEX triplet: D6, 25 and 05. RGB value is (214,37,5). Sum of RGB (Red+Green+Blue) = 214+37+5=256 (33% of max value = 765). Red value is 214 (83.98% from 255 or 83.59% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 214 - color contains mainly: red. Hex color #D62505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62505 is #29DAFA. Grayscale: #565656. Windows color (decimal): -2743035 or 337366. OLE color: 337366.
HSL color Cylindrical-coordinate representation of color #D62505: hue angle of 9.19º 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 #D62505 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 37 | 5 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.16 |
| HSL | 9.19º | 0.95% | 0.43% | - |
| HSV(B) | 9.19º | 0.98% | 0.84% | - |
| XYZ | 28.42 | 15.63 | 1.66 | - |
| YUV | 86.28 | 82.14 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 37 | 5 | 0 | 0.83 | 0.98 | 0.16 | 9.19 | 0.95 | 0.43 |
| Hex | D6 | 25 | 5 | 0 | 53 | 62 | 10 | 9 | 5F | 2B |
| Octal | 326 | 45 | 5 | 0 | 123 | 142 | 20 | 11 | 137 | 53 |
| Binary | 11010110 | 100101 | 101 | 0 | 1010011 | 1100010 | 10000 | 1001 | 1011111 | 101011 |
Color Harmonies of #D62505
Complementary color
Monochromatic Colors of #D62505
Black with #D62505
Text Example
Text Example
White with #D62505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62505; }
p { color: rgb(214,37,5); }
H1.HeaderClassName
{
color: #D62505;
}
.AnyTagClassName
{
color: #D62505;
}
</style>
background-color css
<style>
a { background-color: #D62505; }
a { background-color: rgb(214,37,5); }
div.DivClassName
{
background-color: #D62505;
}
.BgClassName
{
background-color: #D62505;
}
</style>
border-color css
<style>
span { border-color: #D62505; }
span { border-color: rgb(214,37,5); }
td.TdClassName
{
border-color: #D62505;
}
.TagClassName
{
border-color: #D62505;
}
</style>