Html Css Color HEX #D9251B Harley Davidson Orange
📋 copy color: '#D9251B'red 217 ◦ green 37 ◦ blue 27
Shades of Harley Davidson Orange #D9251B
Tints of Harley Davidson Orange #D9251B
RGB
CMYK
RGB Variations
Color information
#D9251B (or 0xD9251B) is known color: Harley Davidson Orange. HEX triplet: D9, 25 and 1B. RGB value is (217,37,27). Sum of RGB (Red+Green+Blue) = 217+37+27=281 (37% of max value = 765). Red value is 217 (85.16% from 255 or 77.22% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 217 - color contains mainly: red. Hex color #D9251B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9251B is #26DAE4. Grayscale: #595959. Windows color (decimal): -2546405 or 1779161. OLE color: 1779161.
HSL color Cylindrical-coordinate representation of color #D9251B: hue angle of 3.16º 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 #D9251B is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 37 | 27 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.15 |
| HSL | 3.16º | 0.78% | 0.48% | - |
| HSV(B) | 3.16º | 0.88% | 0.85% | - |
| XYZ | 29.47 | 16.15 | 2.6 | - |
| YUV | 89.68 | 92.63 | 218.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 27 | 0 | 0.83 | 0.88 | 0.15 | 3.16 | 0.78 | 0.48 |
| Hex | D9 | 25 | 1B | 0 | 53 | 58 | F | 3 | 4E | 30 |
| Octal | 331 | 45 | 33 | 0 | 123 | 130 | 17 | 3 | 116 | 60 |
| Binary | 11011001 | 100101 | 11011 | 0 | 1010011 | 1011000 | 1111 | 11 | 1001110 | 110000 |
Color Harmonies of #D9251B
Complementary color
Monochromatic Colors of #D9251B
Black with #D9251B
Text Example
Text Example
White with #D9251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9251B; }
p { color: rgb(217,37,27); }
H1.HeaderClassName
{
color: #D9251B;
}
.AnyTagClassName
{
color: #D9251B;
}
</style>
background-color css
<style>
a { background-color: #D9251B; }
a { background-color: rgb(217,37,27); }
div.DivClassName
{
background-color: #D9251B;
}
.BgClassName
{
background-color: #D9251B;
}
</style>
border-color css
<style>
span { border-color: #D9251B; }
span { border-color: rgb(217,37,27); }
td.TdClassName
{
border-color: #D9251B;
}
.TagClassName
{
border-color: #D9251B;
}
</style>