Html Css Color HEX #D62215 Harley Davidson Orange
📋 copy color: '#D62215'red 214 ◦ green 34 ◦ blue 21
Shades of Harley Davidson Orange #D62215
Tints of Harley Davidson Orange #D62215
RGB
CMYK
RGB Variations
Color information
#D62215 (or 0xD62215) is known color: Harley Davidson Orange. HEX triplet: D6, 22 and 15. RGB value is (214,34,21). Sum of RGB (Red+Green+Blue) = 214+34+21=269 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.55% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 214 - color contains mainly: red. Hex color #D62215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62215 is #29DDEA. Grayscale: #565656. Windows color (decimal): -2743787 or 1385174. OLE color: 1385174.
HSL color Cylindrical-coordinate representation of color #D62215: hue angle of 4.04º 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 #D62215 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 34 | 21 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.16 |
| HSL | 4.04º | 0.82% | 0.46% | - |
| HSV(B) | 4.04º | 0.9% | 0.84% | - |
| XYZ | 28.44 | 15.49 | 2.2 | - |
| YUV | 86.34 | 91.13 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 34 | 21 | 0 | 0.84 | 0.90 | 0.16 | 4.04 | 0.82 | 0.46 |
| Hex | D6 | 22 | 15 | 0 | 54 | 5A | 10 | 4 | 52 | 2E |
| Octal | 326 | 42 | 25 | 0 | 124 | 132 | 20 | 4 | 122 | 56 |
| Binary | 11010110 | 100010 | 10101 | 0 | 1010100 | 1011010 | 10000 | 100 | 1010010 | 101110 |
Color Harmonies of #D62215
Complementary color
Monochromatic Colors of #D62215
Black with #D62215
Text Example
Text Example
White with #D62215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62215; }
p { color: rgb(214,34,21); }
H1.HeaderClassName
{
color: #D62215;
}
.AnyTagClassName
{
color: #D62215;
}
</style>
background-color css
<style>
a { background-color: #D62215; }
a { background-color: rgb(214,34,21); }
div.DivClassName
{
background-color: #D62215;
}
.BgClassName
{
background-color: #D62215;
}
</style>
border-color css
<style>
span { border-color: #D62215; }
span { border-color: rgb(214,34,21); }
td.TdClassName
{
border-color: #D62215;
}
.TagClassName
{
border-color: #D62215;
}
</style>