Html Css Color HEX #D44420 Harley Davidson Orange
📋 copy color: '#D44420'red 212 ◦ green 68 ◦ blue 32
Shades of Harley Davidson Orange #D44420
Tints of Harley Davidson Orange #D44420
RGB
CMYK
RGB Variations
Color information
#D44420 (or 0xD44420) is known color: Harley Davidson Orange. HEX triplet: D4, 44 and 20. RGB value is (212,68,32). Sum of RGB (Red+Green+Blue) = 212+68+32=312 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.95% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 212 - color contains mainly: red. Hex color #D44420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44420 is #2BBBDF. Grayscale: #6B6B6B. Windows color (decimal): -2866144 or 2114772. OLE color: 2114772.
HSL color Cylindrical-coordinate representation of color #D44420: hue angle of 12º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D44420 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 68 | 32 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.17 |
| HSL | 12º | 0.74% | 0.48% | - |
| HSV(B) | 12º | 0.85% | 0.83% | - |
| XYZ | 29.48 | 18.24 | 3.33 | - |
| YUV | 106.95 | 85.71 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 68 | 32 | 0 | 0.68 | 0.85 | 0.17 | 12 | 0.74 | 0.48 |
| Hex | D4 | 44 | 20 | 0 | 44 | 55 | 11 | C | 4A | 30 |
| Octal | 324 | 104 | 40 | 0 | 104 | 125 | 21 | 14 | 112 | 60 |
| Binary | 11010100 | 1000100 | 100000 | 0 | 1000100 | 1010101 | 10001 | 1100 | 1001010 | 110000 |
Color Harmonies of #D44420
Complementary color
Monochromatic Colors of #D44420
Black with #D44420
Text Example
Text Example
White with #D44420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44420; }
p { color: rgb(212,68,32); }
H1.HeaderClassName
{
color: #D44420;
}
.AnyTagClassName
{
color: #D44420;
}
</style>
background-color css
<style>
a { background-color: #D44420; }
a { background-color: rgb(212,68,32); }
div.DivClassName
{
background-color: #D44420;
}
.BgClassName
{
background-color: #D44420;
}
</style>
border-color css
<style>
span { border-color: #D44420; }
span { border-color: rgb(212,68,32); }
td.TdClassName
{
border-color: #D44420;
}
.TagClassName
{
border-color: #D44420;
}
</style>