Html Css Color HEX #D52009 Harley Davidson Orange
📋 copy color: '#D52009'red 213 ◦ green 32 ◦ blue 9
Shades of Harley Davidson Orange #D52009
Tints of Harley Davidson Orange #D52009
RGB
CMYK
RGB Variations
Color information
#D52009 (or 0xD52009) is known color: Harley Davidson Orange. HEX triplet: D5, 20 and 09. RGB value is (213,32,9). Sum of RGB (Red+Green+Blue) = 213+32+9=254 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.86% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 213 - color contains mainly: red. Hex color #D52009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52009 is #2ADFF6. Grayscale: #535353. Windows color (decimal): -2809847 or 598229. OLE color: 598229.
HSL color Cylindrical-coordinate representation of color #D52009: hue angle of 6.76º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D52009 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 32 | 9 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.16 |
| HSL | 6.76º | 0.92% | 0.44% | - |
| HSV(B) | 6.76º | 0.96% | 0.84% | - |
| XYZ | 28.01 | 15.2 | 1.72 | - |
| YUV | 83.5 | 85.97 | 220.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 9 | 0 | 0.85 | 0.96 | 0.16 | 6.76 | 0.92 | 0.44 |
| Hex | D5 | 20 | 9 | 0 | 55 | 60 | 10 | 7 | 5C | 2C |
| Octal | 325 | 40 | 11 | 0 | 125 | 140 | 20 | 7 | 134 | 54 |
| Binary | 11010101 | 100000 | 1001 | 0 | 1010101 | 1100000 | 10000 | 111 | 1011100 | 101100 |
Color Harmonies of #D52009
Complementary color
Monochromatic Colors of #D52009
Black with #D52009
Text Example
Text Example
White with #D52009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52009; }
p { color: rgb(213,32,9); }
H1.HeaderClassName
{
color: #D52009;
}
.AnyTagClassName
{
color: #D52009;
}
</style>
background-color css
<style>
a { background-color: #D52009; }
a { background-color: rgb(213,32,9); }
div.DivClassName
{
background-color: #D52009;
}
.BgClassName
{
background-color: #D52009;
}
</style>
border-color css
<style>
span { border-color: #D52009; }
span { border-color: rgb(213,32,9); }
td.TdClassName
{
border-color: #D52009;
}
.TagClassName
{
border-color: #D52009;
}
</style>