Html Css Color HEX #D54210 Harley Davidson Orange
📋 copy color: '#D54210'red 213 ◦ green 66 ◦ blue 16
Shades of Harley Davidson Orange #D54210
Tints of Harley Davidson Orange #D54210
RGB
CMYK
RGB Variations
Color information
#D54210 (or 0xD54210) is known color: Harley Davidson Orange. HEX triplet: D5, 42 and 10. RGB value is (213,66,16). Sum of RGB (Red+Green+Blue) = 213+66+16=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D54210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54210 is #2ABDEF. Grayscale: #686868. Windows color (decimal): -2801136 or 1065685. OLE color: 1065685.
HSL color Cylindrical-coordinate representation of color #D54210: hue angle of 15.23º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D54210 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 66 | 16 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.16 |
| HSL | 15.23º | 0.86% | 0.45% | - |
| HSV(B) | 15.23º | 0.92% | 0.84% | - |
| XYZ | 29.48 | 18.08 | 2.43 | - |
| YUV | 104.25 | 78.2 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 66 | 16 | 0 | 0.69 | 0.92 | 0.16 | 15.23 | 0.86 | 0.45 |
| Hex | D5 | 42 | 10 | 0 | 45 | 5C | 10 | F | 56 | 2D |
| Octal | 325 | 102 | 20 | 0 | 105 | 134 | 20 | 17 | 126 | 55 |
| Binary | 11010101 | 1000010 | 10000 | 0 | 1000101 | 1011100 | 10000 | 1111 | 1010110 | 101101 |
Color Harmonies of #D54210
Complementary color
Monochromatic Colors of #D54210
Black with #D54210
Text Example
Text Example
White with #D54210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54210; }
p { color: rgb(213,66,16); }
H1.HeaderClassName
{
color: #D54210;
}
.AnyTagClassName
{
color: #D54210;
}
</style>
background-color css
<style>
a { background-color: #D54210; }
a { background-color: rgb(213,66,16); }
div.DivClassName
{
background-color: #D54210;
}
.BgClassName
{
background-color: #D54210;
}
</style>
border-color css
<style>
span { border-color: #D54210; }
span { border-color: rgb(213,66,16); }
td.TdClassName
{
border-color: #D54210;
}
.TagClassName
{
border-color: #D54210;
}
</style>