Html Css Color HEX #D6240F Harley Davidson Orange
📋 copy color: '#D6240F'red 214 ◦ green 36 ◦ blue 15
Shades of Harley Davidson Orange #D6240F
Tints of Harley Davidson Orange #D6240F
RGB
CMYK
RGB Variations
Color information
#D6240F (or 0xD6240F) is known color: Harley Davidson Orange. HEX triplet: D6, 24 and 0F. RGB value is (214,36,15). Sum of RGB (Red+Green+Blue) = 214+36+15=265 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.75% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 214 - color contains mainly: red. Hex color #D6240F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6240F is #29DBF0. Grayscale: #575757. Windows color (decimal): -2743281 or 992470. OLE color: 992470.
HSL color Cylindrical-coordinate representation of color #D6240F: hue angle of 6.33º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6240F is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 36 | 15 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.16 |
| HSL | 6.33º | 0.87% | 0.45% | - |
| HSV(B) | 6.33º | 0.93% | 0.84% | - |
| XYZ | 28.45 | 15.59 | 1.96 | - |
| YUV | 86.83 | 87.47 | 218.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 36 | 15 | 0 | 0.83 | 0.93 | 0.16 | 6.33 | 0.87 | 0.45 |
| Hex | D6 | 24 | F | 0 | 53 | 5D | 10 | 6 | 57 | 2D |
| Octal | 326 | 44 | 17 | 0 | 123 | 135 | 20 | 6 | 127 | 55 |
| Binary | 11010110 | 100100 | 1111 | 0 | 1010011 | 1011101 | 10000 | 110 | 1010111 | 101101 |
Color Harmonies of #D6240F
Complementary color
Monochromatic Colors of #D6240F
Black with #D6240F
Text Example
Text Example
White with #D6240F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6240F; }
p { color: rgb(214,36,15); }
H1.HeaderClassName
{
color: #D6240F;
}
.AnyTagClassName
{
color: #D6240F;
}
</style>
background-color css
<style>
a { background-color: #D6240F; }
a { background-color: rgb(214,36,15); }
div.DivClassName
{
background-color: #D6240F;
}
.BgClassName
{
background-color: #D6240F;
}
</style>
border-color css
<style>
span { border-color: #D6240F; }
span { border-color: rgb(214,36,15); }
td.TdClassName
{
border-color: #D6240F;
}
.TagClassName
{
border-color: #D6240F;
}
</style>