Html Css Color HEX #D8261D Harley Davidson Orange
📋 copy color: '#D8261D'red 216 ◦ green 38 ◦ blue 29
Shades of Harley Davidson Orange #D8261D
Tints of Harley Davidson Orange #D8261D
RGB
CMYK
RGB Variations
Color information
#D8261D (or 0xD8261D) is known color: Harley Davidson Orange. HEX triplet: D8, 26 and 1D. RGB value is (216,38,29). Sum of RGB (Red+Green+Blue) = 216+38+29=283 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.33% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 216 - color contains mainly: red. Hex color #D8261D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8261D is #27D9E2. Grayscale: #5A5A5A. Windows color (decimal): -2611683 or 1910488. OLE color: 1910488.
HSL color Cylindrical-coordinate representation of color #D8261D: hue angle of 2.89º degrees, saturation: 0.76, 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 #D8261D is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 38 | 29 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.15 |
| HSL | 2.89º | 0.76% | 0.48% | - |
| HSV(B) | 2.89º | 0.87% | 0.85% | - |
| XYZ | 29.23 | 16.07 | 2.72 | - |
| YUV | 90.2 | 93.47 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 29 | 0 | 0.82 | 0.87 | 0.15 | 2.89 | 0.76 | 0.48 |
| Hex | D8 | 26 | 1D | 0 | 52 | 57 | F | 3 | 4C | 30 |
| Octal | 330 | 46 | 35 | 0 | 122 | 127 | 17 | 3 | 114 | 60 |
| Binary | 11011000 | 100110 | 11101 | 0 | 1010010 | 1010111 | 1111 | 11 | 1001100 | 110000 |
Color Harmonies of #D8261D
Complementary color
Monochromatic Colors of #D8261D
Black with #D8261D
Text Example
Text Example
White with #D8261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8261D; }
p { color: rgb(216,38,29); }
H1.HeaderClassName
{
color: #D8261D;
}
.AnyTagClassName
{
color: #D8261D;
}
</style>
background-color css
<style>
a { background-color: #D8261D; }
a { background-color: rgb(216,38,29); }
div.DivClassName
{
background-color: #D8261D;
}
.BgClassName
{
background-color: #D8261D;
}
</style>
border-color css
<style>
span { border-color: #D8261D; }
span { border-color: rgb(216,38,29); }
td.TdClassName
{
border-color: #D8261D;
}
.TagClassName
{
border-color: #D8261D;
}
</style>