Html Css Color HEX #D9261C Harley Davidson Orange
📋 copy color: '#D9261C'red 217 ◦ green 38 ◦ blue 28
Shades of Harley Davidson Orange #D9261C
Tints of Harley Davidson Orange #D9261C
RGB
CMYK
RGB Variations
Color information
#D9261C (or 0xD9261C) is known color: Harley Davidson Orange. HEX triplet: D9, 26 and 1C. RGB value is (217,38,28). Sum of RGB (Red+Green+Blue) = 217+38+28=283 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.68% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 217 - color contains mainly: red. Hex color #D9261C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9261C is #26D9E3. Grayscale: #5A5A5A. Windows color (decimal): -2546148 or 1844953. OLE color: 1844953.
HSL color Cylindrical-coordinate representation of color #D9261C: hue angle of 3.17º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D9261C is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 38 | 28 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.15 |
| HSL | 3.17º | 0.77% | 0.48% | - |
| HSV(B) | 3.17º | 0.87% | 0.85% | - |
| XYZ | 29.52 | 16.22 | 2.67 | - |
| YUV | 90.38 | 92.8 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 38 | 28 | 0 | 0.82 | 0.87 | 0.15 | 3.17 | 0.77 | 0.48 |
| Hex | D9 | 26 | 1C | 0 | 52 | 57 | F | 3 | 4D | 30 |
| Octal | 331 | 46 | 34 | 0 | 122 | 127 | 17 | 3 | 115 | 60 |
| Binary | 11011001 | 100110 | 11100 | 0 | 1010010 | 1010111 | 1111 | 11 | 1001101 | 110000 |
Color Harmonies of #D9261C
Complementary color
Monochromatic Colors of #D9261C
Black with #D9261C
Text Example
Text Example
White with #D9261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9261C; }
p { color: rgb(217,38,28); }
H1.HeaderClassName
{
color: #D9261C;
}
.AnyTagClassName
{
color: #D9261C;
}
</style>
background-color css
<style>
a { background-color: #D9261C; }
a { background-color: rgb(217,38,28); }
div.DivClassName
{
background-color: #D9261C;
}
.BgClassName
{
background-color: #D9261C;
}
</style>
border-color css
<style>
span { border-color: #D9261C; }
span { border-color: rgb(217,38,28); }
td.TdClassName
{
border-color: #D9261C;
}
.TagClassName
{
border-color: #D9261C;
}
</style>