Html Css Color HEX #D44215 Harley Davidson Orange
📋 copy color: '#D44215'red 212 ◦ green 66 ◦ blue 21
Shades of Harley Davidson Orange #D44215
Tints of Harley Davidson Orange #D44215
RGB
CMYK
RGB Variations
Color information
#D44215 (or 0xD44215) is known color: Harley Davidson Orange. HEX triplet: D4, 42 and 15. RGB value is (212,66,21). Sum of RGB (Red+Green+Blue) = 212+66+21=299 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.90% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 212 - color contains mainly: red. Hex color #D44215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44215 is #2BBDEA. Grayscale: #686868. Windows color (decimal): -2866667 or 1393364. OLE color: 1393364.
HSL color Cylindrical-coordinate representation of color #D44215: hue angle of 14.14º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D44215 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 66 | 21 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.17 |
| HSL | 14.14º | 0.82% | 0.46% | - |
| HSV(B) | 14.14º | 0.9% | 0.83% | - |
| XYZ | 29.23 | 17.95 | 2.63 | - |
| YUV | 104.52 | 80.87 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 66 | 21 | 0 | 0.69 | 0.90 | 0.17 | 14.14 | 0.82 | 0.46 |
| Hex | D4 | 42 | 15 | 0 | 45 | 5A | 11 | E | 52 | 2E |
| Octal | 324 | 102 | 25 | 0 | 105 | 132 | 21 | 16 | 122 | 56 |
| Binary | 11010100 | 1000010 | 10101 | 0 | 1000101 | 1011010 | 10001 | 1110 | 1010010 | 101110 |
Color Harmonies of #D44215
Complementary color
Monochromatic Colors of #D44215
Black with #D44215
Text Example
Text Example
White with #D44215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44215; }
p { color: rgb(212,66,21); }
H1.HeaderClassName
{
color: #D44215;
}
.AnyTagClassName
{
color: #D44215;
}
</style>
background-color css
<style>
a { background-color: #D44215; }
a { background-color: rgb(212,66,21); }
div.DivClassName
{
background-color: #D44215;
}
.BgClassName
{
background-color: #D44215;
}
</style>
border-color css
<style>
span { border-color: #D44215; }
span { border-color: rgb(212,66,21); }
td.TdClassName
{
border-color: #D44215;
}
.TagClassName
{
border-color: #D44215;
}
</style>