Html Css Color HEX #D2440C Harley Davidson Orange
📋 copy color: '#D2440C'red 210 ◦ green 68 ◦ blue 12
Shades of Harley Davidson Orange #D2440C
Tints of Harley Davidson Orange #D2440C
RGB
CMYK
RGB Variations
Color information
#D2440C (or 0xD2440C) is known color: Harley Davidson Orange. HEX triplet: D2, 44 and 0C. RGB value is (210,68,12). Sum of RGB (Red+Green+Blue) = 210+68+12=290 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.41% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 210 - color contains mainly: red. Hex color #D2440C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2440C is #2DBBF3. Grayscale: #686868. Windows color (decimal): -2997236 or 804050. OLE color: 804050.
HSL color Cylindrical-coordinate representation of color #D2440C: hue angle of 16.97º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2440C is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 12 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.18 |
| HSL | 16.97º | 0.89% | 0.44% | - |
| HSV(B) | 16.97º | 0.94% | 0.82% | - |
| XYZ | 28.71 | 17.86 | 2.28 | - |
| YUV | 104.07 | 76.04 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 12 | 0 | 0.68 | 0.94 | 0.18 | 16.97 | 0.89 | 0.44 |
| Hex | D2 | 44 | C | 0 | 44 | 5E | 12 | 11 | 59 | 2C |
| Octal | 322 | 104 | 14 | 0 | 104 | 136 | 22 | 21 | 131 | 54 |
| Binary | 11010010 | 1000100 | 1100 | 0 | 1000100 | 1011110 | 10010 | 10001 | 1011001 | 101100 |
Color Harmonies of #D2440C
Complementary color
Monochromatic Colors of #D2440C
Black with #D2440C
Text Example
Text Example
White with #D2440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2440C; }
p { color: rgb(210,68,12); }
H1.HeaderClassName
{
color: #D2440C;
}
.AnyTagClassName
{
color: #D2440C;
}
</style>
background-color css
<style>
a { background-color: #D2440C; }
a { background-color: rgb(210,68,12); }
div.DivClassName
{
background-color: #D2440C;
}
.BgClassName
{
background-color: #D2440C;
}
</style>
border-color css
<style>
span { border-color: #D2440C; }
span { border-color: rgb(210,68,12); }
td.TdClassName
{
border-color: #D2440C;
}
.TagClassName
{
border-color: #D2440C;
}
</style>