Html Css Color HEX #D6241E Harley Davidson Orange
📋 copy color: '#D6241E'red 214 ◦ green 36 ◦ blue 30
Shades of Harley Davidson Orange #D6241E
Tints of Harley Davidson Orange #D6241E
RGB
CMYK
RGB Variations
Color information
#D6241E (or 0xD6241E) is known color: Harley Davidson Orange. HEX triplet: D6, 24 and 1E. RGB value is (214,36,30). Sum of RGB (Red+Green+Blue) = 214+36+30=280 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.43% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 214 - color contains mainly: red. Hex color #D6241E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6241E is #29DBE1. Grayscale: #585858. Windows color (decimal): -2743266 or 1975510. OLE color: 1975510.
HSL color Cylindrical-coordinate representation of color #D6241E: hue angle of 1.96º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6241E is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 36 | 30 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.16 |
| HSL | 1.96º | 0.75% | 0.48% | - |
| HSV(B) | 1.96º | 0.86% | 0.84% | - |
| XYZ | 28.6 | 15.65 | 2.74 | - |
| YUV | 88.54 | 94.97 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 36 | 30 | 0 | 0.83 | 0.86 | 0.16 | 1.96 | 0.75 | 0.48 |
| Hex | D6 | 24 | 1E | 0 | 53 | 56 | 10 | 2 | 4B | 30 |
| Octal | 326 | 44 | 36 | 0 | 123 | 126 | 20 | 2 | 113 | 60 |
| Binary | 11010110 | 100100 | 11110 | 0 | 1010011 | 1010110 | 10000 | 10 | 1001011 | 110000 |
Color Harmonies of #D6241E
Complementary color
Monochromatic Colors of #D6241E
Black with #D6241E
Text Example
Text Example
White with #D6241E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6241E; }
p { color: rgb(214,36,30); }
H1.HeaderClassName
{
color: #D6241E;
}
.AnyTagClassName
{
color: #D6241E;
}
</style>
background-color css
<style>
a { background-color: #D6241E; }
a { background-color: rgb(214,36,30); }
div.DivClassName
{
background-color: #D6241E;
}
.BgClassName
{
background-color: #D6241E;
}
</style>
border-color css
<style>
span { border-color: #D6241E; }
span { border-color: rgb(214,36,30); }
td.TdClassName
{
border-color: #D6241E;
}
.TagClassName
{
border-color: #D6241E;
}
</style>