Html Css Color HEX #D7271C Harley Davidson Orange
📋 copy color: '#D7271C'red 215 ◦ green 39 ◦ blue 28
Shades of Harley Davidson Orange #D7271C
Tints of Harley Davidson Orange #D7271C
RGB
CMYK
RGB Variations
Color information
#D7271C (or 0xD7271C) is known color: Harley Davidson Orange. HEX triplet: D7, 27 and 1C. RGB value is (215,39,28). Sum of RGB (Red+Green+Blue) = 215+39+28=282 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.24% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 215 - color contains mainly: red. Hex color #D7271C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7271C is #28D8E3. Grayscale: #5A5A5A. Windows color (decimal): -2676964 or 1845207. OLE color: 1845207.
HSL color Cylindrical-coordinate representation of color #D7271C: hue angle of 3.53º 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 #D7271C is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 39 | 28 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.16 |
| HSL | 3.53º | 0.77% | 0.48% | - |
| HSV(B) | 3.53º | 0.87% | 0.84% | - |
| XYZ | 28.96 | 15.98 | 2.66 | - |
| YUV | 90.37 | 92.81 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 39 | 28 | 0 | 0.82 | 0.87 | 0.16 | 3.53 | 0.77 | 0.48 |
| Hex | D7 | 27 | 1C | 0 | 52 | 57 | 10 | 4 | 4D | 30 |
| Octal | 327 | 47 | 34 | 0 | 122 | 127 | 20 | 4 | 115 | 60 |
| Binary | 11010111 | 100111 | 11100 | 0 | 1010010 | 1010111 | 10000 | 100 | 1001101 | 110000 |
Color Harmonies of #D7271C
Complementary color
Monochromatic Colors of #D7271C
Black with #D7271C
Text Example
Text Example
White with #D7271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7271C; }
p { color: rgb(215,39,28); }
H1.HeaderClassName
{
color: #D7271C;
}
.AnyTagClassName
{
color: #D7271C;
}
</style>
background-color css
<style>
a { background-color: #D7271C; }
a { background-color: rgb(215,39,28); }
div.DivClassName
{
background-color: #D7271C;
}
.BgClassName
{
background-color: #D7271C;
}
</style>
border-color css
<style>
span { border-color: #D7271C; }
span { border-color: rgb(215,39,28); }
td.TdClassName
{
border-color: #D7271C;
}
.TagClassName
{
border-color: #D7271C;
}
</style>