Html Css Color HEX #D2440F Harley Davidson Orange
📋 copy color: '#D2440F'red 210 ◦ green 68 ◦ blue 15
Shades of Harley Davidson Orange #D2440F
Tints of Harley Davidson Orange #D2440F
RGB
CMYK
RGB Variations
Color information
#D2440F (or 0xD2440F) is known color: Harley Davidson Orange. HEX triplet: D2, 44 and 0F. RGB value is (210,68,15). Sum of RGB (Red+Green+Blue) = 210+68+15=293 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.67% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 210 - color contains mainly: red. Hex color #D2440F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2440F is #2DBBF0. Grayscale: #686868. Windows color (decimal): -2997233 or 1000658. OLE color: 1000658.
HSL color Cylindrical-coordinate representation of color #D2440F: hue angle of 16.31º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2440F is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 15 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.18 |
| HSL | 16.31º | 0.87% | 0.44% | - |
| HSV(B) | 16.31º | 0.93% | 0.82% | - |
| XYZ | 28.73 | 17.87 | 2.39 | - |
| YUV | 104.42 | 77.54 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 15 | 0 | 0.68 | 0.93 | 0.18 | 16.31 | 0.87 | 0.44 |
| Hex | D2 | 44 | F | 0 | 44 | 5D | 12 | 10 | 57 | 2C |
| Octal | 322 | 104 | 17 | 0 | 104 | 135 | 22 | 20 | 127 | 54 |
| Binary | 11010010 | 1000100 | 1111 | 0 | 1000100 | 1011101 | 10010 | 10000 | 1010111 | 101100 |
Color Harmonies of #D2440F
Complementary color
Monochromatic Colors of #D2440F
Black with #D2440F
Text Example
Text Example
White with #D2440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2440F; }
p { color: rgb(210,68,15); }
H1.HeaderClassName
{
color: #D2440F;
}
.AnyTagClassName
{
color: #D2440F;
}
</style>
background-color css
<style>
a { background-color: #D2440F; }
a { background-color: rgb(210,68,15); }
div.DivClassName
{
background-color: #D2440F;
}
.BgClassName
{
background-color: #D2440F;
}
</style>
border-color css
<style>
span { border-color: #D2440F; }
span { border-color: rgb(210,68,15); }
td.TdClassName
{
border-color: #D2440F;
}
.TagClassName
{
border-color: #D2440F;
}
</style>