Html Css Color HEX #D7221A Harley Davidson Orange
📋 copy color: '#D7221A'red 215 ◦ green 34 ◦ blue 26
Shades of Harley Davidson Orange #D7221A
Tints of Harley Davidson Orange #D7221A
RGB
CMYK
RGB Variations
Color information
#D7221A (or 0xD7221A) is known color: Harley Davidson Orange. HEX triplet: D7, 22 and 1A. RGB value is (215,34,26). Sum of RGB (Red+Green+Blue) = 215+34+26=275 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.18% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 215 - color contains mainly: red. Hex color #D7221A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7221A is #28DDE5. Grayscale: #575757. Windows color (decimal): -2678246 or 1712855. OLE color: 1712855.
HSL color Cylindrical-coordinate representation of color #D7221A: hue angle of 2.54º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D7221A is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 34 | 26 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.16 |
| HSL | 2.54º | 0.78% | 0.47% | - |
| HSV(B) | 2.54º | 0.88% | 0.84% | - |
| XYZ | 28.78 | 15.67 | 2.48 | - |
| YUV | 87.21 | 93.47 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 34 | 26 | 0 | 0.84 | 0.88 | 0.16 | 2.54 | 0.78 | 0.47 |
| Hex | D7 | 22 | 1A | 0 | 54 | 58 | 10 | 3 | 4E | 2F |
| Octal | 327 | 42 | 32 | 0 | 124 | 130 | 20 | 3 | 116 | 57 |
| Binary | 11010111 | 100010 | 11010 | 0 | 1010100 | 1011000 | 10000 | 11 | 1001110 | 101111 |
Color Harmonies of #D7221A
Complementary color
Monochromatic Colors of #D7221A
Black with #D7221A
Text Example
Text Example
White with #D7221A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7221A; }
p { color: rgb(215,34,26); }
H1.HeaderClassName
{
color: #D7221A;
}
.AnyTagClassName
{
color: #D7221A;
}
</style>
background-color css
<style>
a { background-color: #D7221A; }
a { background-color: rgb(215,34,26); }
div.DivClassName
{
background-color: #D7221A;
}
.BgClassName
{
background-color: #D7221A;
}
</style>
border-color css
<style>
span { border-color: #D7221A; }
span { border-color: rgb(215,34,26); }
td.TdClassName
{
border-color: #D7221A;
}
.TagClassName
{
border-color: #D7221A;
}
</style>