Html Css Color HEX #D52507 Harley Davidson Orange
📋 copy color: '#D52507'red 213 ◦ green 37 ◦ blue 7
Shades of Harley Davidson Orange #D52507
Tints of Harley Davidson Orange #D52507
RGB
CMYK
RGB Variations
Color information
#D52507 (or 0xD52507) is known color: Harley Davidson Orange. HEX triplet: D5, 25 and 07. RGB value is (213,37,7). Sum of RGB (Red+Green+Blue) = 213+37+7=257 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.88% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 7 (3.12% from 255 or 2.72% from 257); Max value from RGB is 213 - color contains mainly: red. Hex color #D52507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52507 is #2ADAF8. Grayscale: #565656. Windows color (decimal): -2808569 or 468437. OLE color: 468437.
HSL color Cylindrical-coordinate representation of color #D52507: hue angle of 8.74º 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 #D52507 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 37 | 7 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.16 |
| HSL | 8.74º | 0.94% | 0.43% | - |
| HSV(B) | 8.74º | 0.97% | 0.84% | - |
| XYZ | 28.14 | 15.48 | 1.71 | - |
| YUV | 86.2 | 83.31 | 218.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 37 | 7 | 0 | 0.83 | 0.97 | 0.16 | 8.74 | 0.94 | 0.43 |
| Hex | D5 | 25 | 7 | 0 | 53 | 61 | 10 | 9 | 5E | 2B |
| Octal | 325 | 45 | 7 | 0 | 123 | 141 | 20 | 11 | 136 | 53 |
| Binary | 11010101 | 100101 | 111 | 0 | 1010011 | 1100001 | 10000 | 1001 | 1011110 | 101011 |
Color Harmonies of #D52507
Complementary color
Monochromatic Colors of #D52507
Black with #D52507
Text Example
Text Example
White with #D52507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52507; }
p { color: rgb(213,37,7); }
H1.HeaderClassName
{
color: #D52507;
}
.AnyTagClassName
{
color: #D52507;
}
</style>
background-color css
<style>
a { background-color: #D52507; }
a { background-color: rgb(213,37,7); }
div.DivClassName
{
background-color: #D52507;
}
.BgClassName
{
background-color: #D52507;
}
</style>
border-color css
<style>
span { border-color: #D52507; }
span { border-color: rgb(213,37,7); }
td.TdClassName
{
border-color: #D52507;
}
.TagClassName
{
border-color: #D52507;
}
</style>