Html Css Color HEX #D7281C Harley Davidson Orange
📋 copy color: '#D7281C'red 215 ◦ green 40 ◦ blue 28
Shades of Harley Davidson Orange #D7281C
Tints of Harley Davidson Orange #D7281C
RGB
CMYK
RGB Variations
Color information
#D7281C (or 0xD7281C) is known color: Harley Davidson Orange. HEX triplet: D7, 28 and 1C. RGB value is (215,40,28). Sum of RGB (Red+Green+Blue) = 215+40+28=283 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.97% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 215 - color contains mainly: red. Hex color #D7281C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7281C is #28D7E3. Grayscale: #5B5B5B. Windows color (decimal): -2676708 or 1845463. OLE color: 1845463.
HSL color Cylindrical-coordinate representation of color #D7281C: hue angle of 3.85º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7281C is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 40 | 28 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.16 |
| HSL | 3.85º | 0.77% | 0.48% | - |
| HSV(B) | 3.85º | 0.87% | 0.84% | - |
| XYZ | 28.99 | 16.05 | 2.67 | - |
| YUV | 90.96 | 92.48 | 216.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 40 | 28 | 0 | 0.81 | 0.87 | 0.16 | 3.85 | 0.77 | 0.48 |
| Hex | D7 | 28 | 1C | 0 | 51 | 57 | 10 | 4 | 4D | 30 |
| Octal | 327 | 50 | 34 | 0 | 121 | 127 | 20 | 4 | 115 | 60 |
| Binary | 11010111 | 101000 | 11100 | 0 | 1010001 | 1010111 | 10000 | 100 | 1001101 | 110000 |
Color Harmonies of #D7281C
Complementary color
Monochromatic Colors of #D7281C
Black with #D7281C
Text Example
Text Example
White with #D7281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7281C; }
p { color: rgb(215,40,28); }
H1.HeaderClassName
{
color: #D7281C;
}
.AnyTagClassName
{
color: #D7281C;
}
</style>
background-color css
<style>
a { background-color: #D7281C; }
a { background-color: rgb(215,40,28); }
div.DivClassName
{
background-color: #D7281C;
}
.BgClassName
{
background-color: #D7281C;
}
</style>
border-color css
<style>
span { border-color: #D7281C; }
span { border-color: rgb(215,40,28); }
td.TdClassName
{
border-color: #D7281C;
}
.TagClassName
{
border-color: #D7281C;
}
</style>