Html Css Color HEX #D8241B Harley Davidson Orange
📋 copy color: '#D8241B'red 216 ◦ green 36 ◦ blue 27
Shades of Harley Davidson Orange #D8241B
Tints of Harley Davidson Orange #D8241B
RGB
CMYK
RGB Variations
Color information
#D8241B (or 0xD8241B) is known color: Harley Davidson Orange. HEX triplet: D8, 24 and 1B. RGB value is (216,36,27). Sum of RGB (Red+Green+Blue) = 216+36+27=279 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.42% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 216 - color contains mainly: red. Hex color #D8241B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8241B is #27DBE4. Grayscale: #595959. Windows color (decimal): -2612197 or 1778904. OLE color: 1778904.
HSL color Cylindrical-coordinate representation of color #D8241B: hue angle of 2.86º 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 #D8241B is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 36 | 27 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.15 |
| HSL | 2.86º | 0.78% | 0.48% | - |
| HSV(B) | 2.86º | 0.88% | 0.85% | - |
| XYZ | 29.15 | 15.94 | 2.58 | - |
| YUV | 88.79 | 93.13 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 36 | 27 | 0 | 0.83 | 0.88 | 0.15 | 2.86 | 0.78 | 0.48 |
| Hex | D8 | 24 | 1B | 0 | 53 | 58 | F | 3 | 4E | 30 |
| Octal | 330 | 44 | 33 | 0 | 123 | 130 | 17 | 3 | 116 | 60 |
| Binary | 11011000 | 100100 | 11011 | 0 | 1010011 | 1011000 | 1111 | 11 | 1001110 | 110000 |
Color Harmonies of #D8241B
Complementary color
Monochromatic Colors of #D8241B
Black with #D8241B
Text Example
Text Example
White with #D8241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8241B; }
p { color: rgb(216,36,27); }
H1.HeaderClassName
{
color: #D8241B;
}
.AnyTagClassName
{
color: #D8241B;
}
</style>
background-color css
<style>
a { background-color: #D8241B; }
a { background-color: rgb(216,36,27); }
div.DivClassName
{
background-color: #D8241B;
}
.BgClassName
{
background-color: #D8241B;
}
</style>
border-color css
<style>
span { border-color: #D8241B; }
span { border-color: rgb(216,36,27); }
td.TdClassName
{
border-color: #D8241B;
}
.TagClassName
{
border-color: #D8241B;
}
</style>