Html Css Color HEX #D9241B Harley Davidson Orange
📋 copy color: '#D9241B'red 217 ◦ green 36 ◦ blue 27
Shades of Harley Davidson Orange #D9241B
Tints of Harley Davidson Orange #D9241B
RGB
CMYK
RGB Variations
Color information
#D9241B (or 0xD9241B) is known color: Harley Davidson Orange. HEX triplet: D9, 24 and 1B. RGB value is (217,36,27). Sum of RGB (Red+Green+Blue) = 217+36+27=280 (37% of max value = 765). Red value is 217 (85.16% from 255 or 77.5% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 217 - color contains mainly: red. Hex color #D9241B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9241B is #26DBE4. Grayscale: #595959. Windows color (decimal): -2546661 or 1778905. OLE color: 1778905.
HSL color Cylindrical-coordinate representation of color #D9241B: hue angle of 2.84º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9241B is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 36 | 27 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.15 |
| HSL | 2.84º | 0.78% | 0.48% | - |
| HSV(B) | 2.84º | 0.88% | 0.85% | - |
| XYZ | 29.44 | 16.09 | 2.59 | - |
| YUV | 89.09 | 92.97 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 27 | 0 | 0.83 | 0.88 | 0.15 | 2.84 | 0.78 | 0.48 |
| Hex | D9 | 24 | 1B | 0 | 53 | 58 | F | 3 | 4E | 30 |
| Octal | 331 | 44 | 33 | 0 | 123 | 130 | 17 | 3 | 116 | 60 |
| Binary | 11011001 | 100100 | 11011 | 0 | 1010011 | 1011000 | 1111 | 11 | 1001110 | 110000 |
Color Harmonies of #D9241B
Complementary color
Monochromatic Colors of #D9241B
Black with #D9241B
Text Example
Text Example
White with #D9241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9241B; }
p { color: rgb(217,36,27); }
H1.HeaderClassName
{
color: #D9241B;
}
.AnyTagClassName
{
color: #D9241B;
}
</style>
background-color css
<style>
a { background-color: #D9241B; }
a { background-color: rgb(217,36,27); }
div.DivClassName
{
background-color: #D9241B;
}
.BgClassName
{
background-color: #D9241B;
}
</style>
border-color css
<style>
span { border-color: #D9241B; }
span { border-color: rgb(217,36,27); }
td.TdClassName
{
border-color: #D9241B;
}
.TagClassName
{
border-color: #D9241B;
}
</style>