Html Css Color HEX #D62915 Harley Davidson Orange
📋 copy color: '#D62915'red 214 ◦ green 41 ◦ blue 21
Shades of Harley Davidson Orange #D62915
Tints of Harley Davidson Orange #D62915
RGB
CMYK
RGB Variations
Color information
#D62915 (or 0xD62915) is known color: Harley Davidson Orange. HEX triplet: D6, 29 and 15. RGB value is (214,41,21). Sum of RGB (Red+Green+Blue) = 214+41+21=276 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.54% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 214 - color contains mainly: red. Hex color #D62915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62915 is #29D6EA. Grayscale: #5A5A5A. Windows color (decimal): -2741995 or 1386966. OLE color: 1386966.
HSL color Cylindrical-coordinate representation of color #D62915: hue angle of 6.22º 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 #D62915 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 41 | 21 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.16 |
| HSL | 6.22º | 0.82% | 0.46% | - |
| HSV(B) | 6.22º | 0.9% | 0.84% | - |
| XYZ | 28.66 | 15.94 | 2.27 | - |
| YUV | 90.45 | 88.81 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 41 | 21 | 0 | 0.81 | 0.90 | 0.16 | 6.22 | 0.82 | 0.46 |
| Hex | D6 | 29 | 15 | 0 | 51 | 5A | 10 | 6 | 52 | 2E |
| Octal | 326 | 51 | 25 | 0 | 121 | 132 | 20 | 6 | 122 | 56 |
| Binary | 11010110 | 101001 | 10101 | 0 | 1010001 | 1011010 | 10000 | 110 | 1010010 | 101110 |
Color Harmonies of #D62915
Complementary color
Monochromatic Colors of #D62915
Black with #D62915
Text Example
Text Example
White with #D62915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62915; }
p { color: rgb(214,41,21); }
H1.HeaderClassName
{
color: #D62915;
}
.AnyTagClassName
{
color: #D62915;
}
</style>
background-color css
<style>
a { background-color: #D62915; }
a { background-color: rgb(214,41,21); }
div.DivClassName
{
background-color: #D62915;
}
.BgClassName
{
background-color: #D62915;
}
</style>
border-color css
<style>
span { border-color: #D62915; }
span { border-color: rgb(214,41,21); }
td.TdClassName
{
border-color: #D62915;
}
.TagClassName
{
border-color: #D62915;
}
</style>