Html Css Color HEX #D62015 Harley Davidson Orange
📋 copy color: '#D62015'red 214 ◦ green 32 ◦ blue 21
Shades of Harley Davidson Orange #D62015
Tints of Harley Davidson Orange #D62015
RGB
CMYK
RGB Variations
Color information
#D62015 (or 0xD62015) is known color: Harley Davidson Orange. HEX triplet: D6, 20 and 15. RGB value is (214,32,21). Sum of RGB (Red+Green+Blue) = 214+32+21=267 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.15% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 214 - color contains mainly: red. Hex color #D62015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62015 is #29DFEA. Grayscale: #555555. Windows color (decimal): -2744299 or 1384662. OLE color: 1384662.
HSL color Cylindrical-coordinate representation of color #D62015: hue angle of 3.42º 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 #D62015 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 21 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.16 |
| HSL | 3.42º | 0.82% | 0.46% | - |
| HSV(B) | 3.42º | 0.9% | 0.84% | - |
| XYZ | 28.38 | 15.38 | 2.18 | - |
| YUV | 85.16 | 91.8 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 21 | 0 | 0.85 | 0.90 | 0.16 | 3.42 | 0.82 | 0.46 |
| Hex | D6 | 20 | 15 | 0 | 55 | 5A | 10 | 3 | 52 | 2E |
| Octal | 326 | 40 | 25 | 0 | 125 | 132 | 20 | 3 | 122 | 56 |
| Binary | 11010110 | 100000 | 10101 | 0 | 1010101 | 1011010 | 10000 | 11 | 1010010 | 101110 |
Color Harmonies of #D62015
Complementary color
Monochromatic Colors of #D62015
Black with #D62015
Text Example
Text Example
White with #D62015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62015; }
p { color: rgb(214,32,21); }
H1.HeaderClassName
{
color: #D62015;
}
.AnyTagClassName
{
color: #D62015;
}
</style>
background-color css
<style>
a { background-color: #D62015; }
a { background-color: rgb(214,32,21); }
div.DivClassName
{
background-color: #D62015;
}
.BgClassName
{
background-color: #D62015;
}
</style>
border-color css
<style>
span { border-color: #D62015; }
span { border-color: rgb(214,32,21); }
td.TdClassName
{
border-color: #D62015;
}
.TagClassName
{
border-color: #D62015;
}
</style>