Html Css Color HEX #D54020 Harley Davidson Orange
📋 copy color: '#D54020'red 213 ◦ green 64 ◦ blue 32
Shades of Harley Davidson Orange #D54020
Tints of Harley Davidson Orange #D54020
RGB
CMYK
RGB Variations
Color information
#D54020 (or 0xD54020) is known color: Harley Davidson Orange. HEX triplet: D5, 40 and 20. RGB value is (213,64,32). Sum of RGB (Red+Green+Blue) = 213+64+32=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D54020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54020 is #2ABFDF. Grayscale: #696969. Windows color (decimal): -2801632 or 2113749. OLE color: 2113749.
HSL color Cylindrical-coordinate representation of color #D54020: hue angle of 10.61º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D54020 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 32 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.16 |
| HSL | 10.61º | 0.74% | 0.48% | - |
| HSV(B) | 10.61º | 0.85% | 0.84% | - |
| XYZ | 29.53 | 17.92 | 3.27 | - |
| YUV | 104.9 | 86.86 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 32 | 0 | 0.70 | 0.85 | 0.16 | 10.61 | 0.74 | 0.48 |
| Hex | D5 | 40 | 20 | 0 | 46 | 55 | 10 | B | 4A | 30 |
| Octal | 325 | 100 | 40 | 0 | 106 | 125 | 20 | 13 | 112 | 60 |
| Binary | 11010101 | 1000000 | 100000 | 0 | 1000110 | 1010101 | 10000 | 1011 | 1001010 | 110000 |
Color Harmonies of #D54020
Complementary color
Monochromatic Colors of #D54020
Black with #D54020
Text Example
Text Example
White with #D54020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54020; }
p { color: rgb(213,64,32); }
H1.HeaderClassName
{
color: #D54020;
}
.AnyTagClassName
{
color: #D54020;
}
</style>
background-color css
<style>
a { background-color: #D54020; }
a { background-color: rgb(213,64,32); }
div.DivClassName
{
background-color: #D54020;
}
.BgClassName
{
background-color: #D54020;
}
</style>
border-color css
<style>
span { border-color: #D54020; }
span { border-color: rgb(213,64,32); }
td.TdClassName
{
border-color: #D54020;
}
.TagClassName
{
border-color: #D54020;
}
</style>