Html Css Color HEX #D2340F Harley Davidson Orange
📋 copy color: '#D2340F'red 210 ◦ green 52 ◦ blue 15
Shades of Harley Davidson Orange #D2340F
Tints of Harley Davidson Orange #D2340F
RGB
CMYK
RGB Variations
Color information
#D2340F (or 0xD2340F) is known color: Harley Davidson Orange. HEX triplet: D2, 34 and 0F. RGB value is (210,52,15). Sum of RGB (Red+Green+Blue) = 210+52+15=277 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.81% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 210 - color contains mainly: red. Hex color #D2340F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2340F is #2DCBF0. Grayscale: #5F5F5F. Windows color (decimal): -3001329 or 996562. OLE color: 996562.
HSL color Cylindrical-coordinate representation of color #D2340F: hue angle of 11.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 #D2340F is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 15 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.18 |
| HSL | 11.38º | 0.87% | 0.44% | - |
| HSV(B) | 11.38º | 0.93% | 0.82% | - |
| XYZ | 27.89 | 16.19 | 2.11 | - |
| YUV | 95.02 | 82.85 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 15 | 0 | 0.75 | 0.93 | 0.18 | 11.38 | 0.87 | 0.44 |
| Hex | D2 | 34 | F | 0 | 4B | 5D | 12 | B | 57 | 2C |
| Octal | 322 | 64 | 17 | 0 | 113 | 135 | 22 | 13 | 127 | 54 |
| Binary | 11010010 | 110100 | 1111 | 0 | 1001011 | 1011101 | 10010 | 1011 | 1010111 | 101100 |
Color Harmonies of #D2340F
Complementary color
Monochromatic Colors of #D2340F
Black with #D2340F
Text Example
Text Example
White with #D2340F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2340F; }
p { color: rgb(210,52,15); }
H1.HeaderClassName
{
color: #D2340F;
}
.AnyTagClassName
{
color: #D2340F;
}
</style>
background-color css
<style>
a { background-color: #D2340F; }
a { background-color: rgb(210,52,15); }
div.DivClassName
{
background-color: #D2340F;
}
.BgClassName
{
background-color: #D2340F;
}
</style>
border-color css
<style>
span { border-color: #D2340F; }
span { border-color: rgb(210,52,15); }
td.TdClassName
{
border-color: #D2340F;
}
.TagClassName
{
border-color: #D2340F;
}
</style>