Html Css Color HEX #D53A20 Harley Davidson Orange
📋 copy color: '#D53A20'red 213 ◦ green 58 ◦ blue 32
Shades of Harley Davidson Orange #D53A20
Tints of Harley Davidson Orange #D53A20
RGB
CMYK
RGB Variations
Color information
#D53A20 (or 0xD53A20) is known color: Harley Davidson Orange. HEX triplet: D5, 3A and 20. RGB value is (213,58,32). Sum of RGB (Red+Green+Blue) = 213+58+32=303 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.30% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53A20 is #2AC5DF. Grayscale: #656565. Windows color (decimal): -2803168 or 2112213. OLE color: 2112213.
HSL color Cylindrical-coordinate representation of color #D53A20: hue angle of 8.62º 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 #D53A20 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 58 | 32 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.16 |
| HSL | 8.62º | 0.74% | 0.48% | - |
| HSV(B) | 8.62º | 0.85% | 0.84% | - |
| XYZ | 29.21 | 17.28 | 3.16 | - |
| YUV | 101.38 | 88.85 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 58 | 32 | 0 | 0.73 | 0.85 | 0.16 | 8.62 | 0.74 | 0.48 |
| Hex | D5 | 3A | 20 | 0 | 49 | 55 | 10 | 9 | 4A | 30 |
| Octal | 325 | 72 | 40 | 0 | 111 | 125 | 20 | 11 | 112 | 60 |
| Binary | 11010101 | 111010 | 100000 | 0 | 1001001 | 1010101 | 10000 | 1001 | 1001010 | 110000 |
Color Harmonies of #D53A20
Complementary color
Monochromatic Colors of #D53A20
Black with #D53A20
Text Example
Text Example
White with #D53A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53A20; }
p { color: rgb(213,58,32); }
H1.HeaderClassName
{
color: #D53A20;
}
.AnyTagClassName
{
color: #D53A20;
}
</style>
background-color css
<style>
a { background-color: #D53A20; }
a { background-color: rgb(213,58,32); }
div.DivClassName
{
background-color: #D53A20;
}
.BgClassName
{
background-color: #D53A20;
}
</style>
border-color css
<style>
span { border-color: #D53A20; }
span { border-color: rgb(213,58,32); }
td.TdClassName
{
border-color: #D53A20;
}
.TagClassName
{
border-color: #D53A20;
}
</style>