Html Css Color HEX #D2240F Harley Davidson Orange
📋 copy color: '#D2240F'red 210 ◦ green 36 ◦ blue 15
Shades of Harley Davidson Orange #D2240F
Tints of Harley Davidson Orange #D2240F
RGB
CMYK
RGB Variations
Color information
#D2240F (or 0xD2240F) is known color: Harley Davidson Orange. HEX triplet: D2, 24 and 0F. RGB value is (210,36,15). Sum of RGB (Red+Green+Blue) = 210+36+15=261 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.46% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 210 - color contains mainly: red. Hex color #D2240F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2240F is #2DDBF0. Grayscale: #555555. Windows color (decimal): -3005425 or 992466. OLE color: 992466.
HSL color Cylindrical-coordinate representation of color #D2240F: hue angle of 6.46º 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 #D2240F is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 36 | 15 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.18 |
| HSL | 6.46º | 0.87% | 0.44% | - |
| HSV(B) | 6.46º | 0.93% | 0.82% | - |
| XYZ | 27.3 | 15 | 1.91 | - |
| YUV | 85.63 | 88.15 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 15 | 0 | 0.83 | 0.93 | 0.18 | 6.46 | 0.87 | 0.44 |
| Hex | D2 | 24 | F | 0 | 53 | 5D | 12 | 6 | 57 | 2C |
| Octal | 322 | 44 | 17 | 0 | 123 | 135 | 22 | 6 | 127 | 54 |
| Binary | 11010010 | 100100 | 1111 | 0 | 1010011 | 1011101 | 10010 | 110 | 1010111 | 101100 |
Color Harmonies of #D2240F
Complementary color
Monochromatic Colors of #D2240F
Black with #D2240F
Text Example
Text Example
White with #D2240F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2240F; }
p { color: rgb(210,36,15); }
H1.HeaderClassName
{
color: #D2240F;
}
.AnyTagClassName
{
color: #D2240F;
}
</style>
background-color css
<style>
a { background-color: #D2240F; }
a { background-color: rgb(210,36,15); }
div.DivClassName
{
background-color: #D2240F;
}
.BgClassName
{
background-color: #D2240F;
}
</style>
border-color css
<style>
span { border-color: #D2240F; }
span { border-color: rgb(210,36,15); }
td.TdClassName
{
border-color: #D2240F;
}
.TagClassName
{
border-color: #D2240F;
}
</style>