Html Css Color HEX #D2410F Harley Davidson Orange
📋 copy color: '#D2410F'red 210 ◦ green 65 ◦ blue 15
Shades of Harley Davidson Orange #D2410F
Tints of Harley Davidson Orange #D2410F
RGB
CMYK
RGB Variations
Color information
#D2410F (or 0xD2410F) is known color: Harley Davidson Orange. HEX triplet: D2, 41 and 0F. RGB value is (210,65,15). Sum of RGB (Red+Green+Blue) = 210+65+15=290 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.41% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 210 - color contains mainly: red. Hex color #D2410F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2410F is #2DBEF0. Grayscale: #676767. Windows color (decimal): -2998001 or 999890. OLE color: 999890.
HSL color Cylindrical-coordinate representation of color #D2410F: hue angle of 15.38º 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 #D2410F is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 65 | 15 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.18 |
| HSL | 15.38º | 0.87% | 0.44% | - |
| HSV(B) | 15.38º | 0.93% | 0.82% | - |
| XYZ | 28.55 | 17.52 | 2.33 | - |
| YUV | 102.66 | 78.54 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 15 | 0 | 0.69 | 0.93 | 0.18 | 15.38 | 0.87 | 0.44 |
| Hex | D2 | 41 | F | 0 | 45 | 5D | 12 | F | 57 | 2C |
| Octal | 322 | 101 | 17 | 0 | 105 | 135 | 22 | 17 | 127 | 54 |
| Binary | 11010010 | 1000001 | 1111 | 0 | 1000101 | 1011101 | 10010 | 1111 | 1010111 | 101100 |
Color Harmonies of #D2410F
Complementary color
Monochromatic Colors of #D2410F
Black with #D2410F
Text Example
Text Example
White with #D2410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2410F; }
p { color: rgb(210,65,15); }
H1.HeaderClassName
{
color: #D2410F;
}
.AnyTagClassName
{
color: #D2410F;
}
</style>
background-color css
<style>
a { background-color: #D2410F; }
a { background-color: rgb(210,65,15); }
div.DivClassName
{
background-color: #D2410F;
}
.BgClassName
{
background-color: #D2410F;
}
</style>
border-color css
<style>
span { border-color: #D2410F; }
span { border-color: rgb(210,65,15); }
td.TdClassName
{
border-color: #D2410F;
}
.TagClassName
{
border-color: #D2410F;
}
</style>