Html Css Color HEX #D62504 Harley Davidson Orange
📋 copy color: '#D62504'red 214 ◦ green 37 ◦ blue 4
Shades of Harley Davidson Orange #D62504
Tints of Harley Davidson Orange #D62504
RGB
CMYK
RGB Variations
Color information
#D62504 (or 0xD62504) is known color: Harley Davidson Orange. HEX triplet: D6, 25 and 04. RGB value is (214,37,4). Sum of RGB (Red+Green+Blue) = 214+37+4=255 (33% of max value = 765). Red value is 214 (83.98% from 255 or 83.92% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 214 - color contains mainly: red. Hex color #D62504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62504 is #29DAFB. Grayscale: #565656. Windows color (decimal): -2743036 or 271830. OLE color: 271830.
HSL color Cylindrical-coordinate representation of color #D62504: hue angle of 9.43º degrees, saturation: 0.96, 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 #D62504 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 37 | 4 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.16 |
| HSL | 9.43º | 0.96% | 0.43% | - |
| HSV(B) | 9.43º | 0.98% | 0.84% | - |
| XYZ | 28.42 | 15.63 | 1.63 | - |
| YUV | 86.16 | 81.64 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 37 | 4 | 0 | 0.83 | 0.98 | 0.16 | 9.43 | 0.96 | 0.43 |
| Hex | D6 | 25 | 4 | 0 | 53 | 62 | 10 | 9 | 60 | 2B |
| Octal | 326 | 45 | 4 | 0 | 123 | 142 | 20 | 11 | 140 | 53 |
| Binary | 11010110 | 100101 | 100 | 0 | 1010011 | 1100010 | 10000 | 1001 | 1100000 | 101011 |
Color Harmonies of #D62504
Complementary color
Monochromatic Colors of #D62504
Black with #D62504
Text Example
Text Example
White with #D62504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62504; }
p { color: rgb(214,37,4); }
H1.HeaderClassName
{
color: #D62504;
}
.AnyTagClassName
{
color: #D62504;
}
</style>
background-color css
<style>
a { background-color: #D62504; }
a { background-color: rgb(214,37,4); }
div.DivClassName
{
background-color: #D62504;
}
.BgClassName
{
background-color: #D62504;
}
</style>
border-color css
<style>
span { border-color: #D62504; }
span { border-color: rgb(214,37,4); }
td.TdClassName
{
border-color: #D62504;
}
.TagClassName
{
border-color: #D62504;
}
</style>