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