Html Css Color HEX #D53914 Harley Davidson Orange
📋 copy color: '#D53914'red 213 ◦ green 57 ◦ blue 20
Shades of Harley Davidson Orange #D53914
Tints of Harley Davidson Orange #D53914
RGB
CMYK
RGB Variations
Color information
#D53914 (or 0xD53914) is known color: Harley Davidson Orange. HEX triplet: D5, 39 and 14. RGB value is (213,57,20). Sum of RGB (Red+Green+Blue) = 213+57+20=290 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.45% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 213 - color contains mainly: red. Hex color #D53914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53914 is #2AC6EB. Grayscale: #636363. Windows color (decimal): -2803436 or 1325525. OLE color: 1325525.
HSL color Cylindrical-coordinate representation of color #D53914: hue angle of 11.5º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D53914 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 20 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.16 |
| HSL | 11.5º | 0.83% | 0.46% | - |
| HSV(B) | 11.5º | 0.91% | 0.84% | - |
| XYZ | 29.03 | 17.12 | 2.44 | - |
| YUV | 99.43 | 83.18 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 20 | 0 | 0.73 | 0.91 | 0.16 | 11.5 | 0.83 | 0.46 |
| Hex | D5 | 39 | 14 | 0 | 49 | 5B | 10 | C | 53 | 2E |
| Octal | 325 | 71 | 24 | 0 | 111 | 133 | 20 | 14 | 123 | 56 |
| Binary | 11010101 | 111001 | 10100 | 0 | 1001001 | 1011011 | 10000 | 1100 | 1010011 | 101110 |
Color Harmonies of #D53914
Complementary color
Monochromatic Colors of #D53914
Black with #D53914
Text Example
Text Example
White with #D53914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53914; }
p { color: rgb(213,57,20); }
H1.HeaderClassName
{
color: #D53914;
}
.AnyTagClassName
{
color: #D53914;
}
</style>
background-color css
<style>
a { background-color: #D53914; }
a { background-color: rgb(213,57,20); }
div.DivClassName
{
background-color: #D53914;
}
.BgClassName
{
background-color: #D53914;
}
</style>
border-color css
<style>
span { border-color: #D53914; }
span { border-color: rgb(213,57,20); }
td.TdClassName
{
border-color: #D53914;
}
.TagClassName
{
border-color: #D53914;
}
</style>