Html Css Color HEX #D53705 Harley Davidson Orange
📋 copy color: '#D53705'red 213 ◦ green 55 ◦ blue 5
Shades of Harley Davidson Orange #D53705
Tints of Harley Davidson Orange #D53705
RGB
CMYK
RGB Variations
Color information
#D53705 (or 0xD53705) is known color: Harley Davidson Orange. HEX triplet: D5, 37 and 05. RGB value is (213,55,5). Sum of RGB (Red+Green+Blue) = 213+55+5=273 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.02% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 213 - color contains mainly: red. Hex color #D53705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53705 is #2AC8FA. Grayscale: #606060. Windows color (decimal): -2803963 or 341973. OLE color: 341973.
HSL color Cylindrical-coordinate representation of color #D53705: hue angle of 14.42º 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 #D53705 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 5 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.16 |
| HSL | 14.42º | 0.95% | 0.43% | - |
| HSV(B) | 14.42º | 0.98% | 0.84% | - |
| XYZ | 28.83 | 16.89 | 1.88 | - |
| YUV | 96.54 | 76.35 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 5 | 0 | 0.74 | 0.98 | 0.16 | 14.42 | 0.95 | 0.43 |
| Hex | D5 | 37 | 5 | 0 | 4A | 62 | 10 | E | 5F | 2B |
| Octal | 325 | 67 | 5 | 0 | 112 | 142 | 20 | 16 | 137 | 53 |
| Binary | 11010101 | 110111 | 101 | 0 | 1001010 | 1100010 | 10000 | 1110 | 1011111 | 101011 |
Color Harmonies of #D53705
Complementary color
Monochromatic Colors of #D53705
Black with #D53705
Text Example
Text Example
White with #D53705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53705; }
p { color: rgb(213,55,5); }
H1.HeaderClassName
{
color: #D53705;
}
.AnyTagClassName
{
color: #D53705;
}
</style>
background-color css
<style>
a { background-color: #D53705; }
a { background-color: rgb(213,55,5); }
div.DivClassName
{
background-color: #D53705;
}
.BgClassName
{
background-color: #D53705;
}
</style>
border-color css
<style>
span { border-color: #D53705; }
span { border-color: rgb(213,55,5); }
td.TdClassName
{
border-color: #D53705;
}
.TagClassName
{
border-color: #D53705;
}
</style>