Html Css Color HEX #D53500 Harley Davidson Orange
📋 copy color: '#D53500'red 213 ◦ green 53 ◦ blue 0
Shades of Harley Davidson Orange #D53500
Tints of Harley Davidson Orange #D53500
RGB
CMYK
RGB Variations
Color information
#D53500 (or 0xD53500) is known color: Harley Davidson Orange. HEX triplet: D5, 35 and 00. RGB value is (213,53,0). Sum of RGB (Red+Green+Blue) = 213+53+0=266 (35% of max value = 765). Red value is 213 (83.59% from 255 or 80.08% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 213 - color contains mainly: red. Hex color #D53500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53500 is #2ACAFF. Grayscale: #5F5F5F. Windows color (decimal): -2804480 or 13781. OLE color: 13781.
HSL color Cylindrical-coordinate representation of color #D53500: hue angle of 14.93º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D53500 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 53 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.16 |
| HSL | 14.93º | 1% | 0.42% | - |
| HSV(B) | 14.93º | 1% | 0.84% | - |
| XYZ | 28.71 | 16.69 | 1.71 | - |
| YUV | 94.8 | 74.51 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 53 | 0 | 0 | 0.75 | 1 | 0.16 | 14.93 | 1 | 0.42 |
| Hex | D5 | 35 | 0 | 0 | 4B | 64 | 10 | F | 64 | 2A |
| Octal | 325 | 65 | 0 | 0 | 113 | 144 | 20 | 17 | 144 | 52 |
| Binary | 11010101 | 110101 | 0 | 0 | 1001011 | 1100100 | 10000 | 1111 | 1100100 | 101010 |
Color Harmonies of #D53500
Complementary color
Monochromatic Colors of #D53500
Black with #D53500
Text Example
Text Example
White with #D53500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53500; }
p { color: rgb(213,53,0); }
H1.HeaderClassName
{
color: #D53500;
}
.AnyTagClassName
{
color: #D53500;
}
</style>
background-color css
<style>
a { background-color: #D53500; }
a { background-color: rgb(213,53,0); }
div.DivClassName
{
background-color: #D53500;
}
.BgClassName
{
background-color: #D53500;
}
</style>
border-color css
<style>
span { border-color: #D53500; }
span { border-color: rgb(213,53,0); }
td.TdClassName
{
border-color: #D53500;
}
.TagClassName
{
border-color: #D53500;
}
</style>