Html Css Color HEX #D54515 Harley Davidson Orange
📋 copy color: '#D54515'red 213 ◦ green 69 ◦ blue 21
Shades of Harley Davidson Orange #D54515
Tints of Harley Davidson Orange #D54515
RGB
CMYK
RGB Variations
Color information
#D54515 (or 0xD54515) is known color: Harley Davidson Orange. HEX triplet: D5, 45 and 15. RGB value is (213,69,21). Sum of RGB (Red+Green+Blue) = 213+69+21=303 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.30% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 213 - color contains mainly: red. Hex color #D54515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54515 is #2ABAEA. Grayscale: #6A6A6A. Windows color (decimal): -2800363 or 1394133. OLE color: 1394133.
HSL color Cylindrical-coordinate representation of color #D54515: hue angle of 15º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D54515 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 21 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.16 |
| HSL | 15º | 0.82% | 0.46% | - |
| HSV(B) | 15º | 0.9% | 0.84% | - |
| XYZ | 29.7 | 18.46 | 2.71 | - |
| YUV | 106.58 | 79.71 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 21 | 0 | 0.68 | 0.90 | 0.16 | 15 | 0.82 | 0.46 |
| Hex | D5 | 45 | 15 | 0 | 44 | 5A | 10 | F | 52 | 2E |
| Octal | 325 | 105 | 25 | 0 | 104 | 132 | 20 | 17 | 122 | 56 |
| Binary | 11010101 | 1000101 | 10101 | 0 | 1000100 | 1011010 | 10000 | 1111 | 1010010 | 101110 |
Color Harmonies of #D54515
Complementary color
Monochromatic Colors of #D54515
Black with #D54515
Text Example
Text Example
White with #D54515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54515; }
p { color: rgb(213,69,21); }
H1.HeaderClassName
{
color: #D54515;
}
.AnyTagClassName
{
color: #D54515;
}
</style>
background-color css
<style>
a { background-color: #D54515; }
a { background-color: rgb(213,69,21); }
div.DivClassName
{
background-color: #D54515;
}
.BgClassName
{
background-color: #D54515;
}
</style>
border-color css
<style>
span { border-color: #D54515; }
span { border-color: rgb(213,69,21); }
td.TdClassName
{
border-color: #D54515;
}
.TagClassName
{
border-color: #D54515;
}
</style>