Html Css Color HEX #D7421A Harley Davidson Orange
📋 copy color: '#D7421A'red 215 ◦ green 66 ◦ blue 26
Shades of Harley Davidson Orange #D7421A
Tints of Harley Davidson Orange #D7421A
RGB
CMYK
RGB Variations
Color information
#D7421A (or 0xD7421A) is known color: Harley Davidson Orange. HEX triplet: D7, 42 and 1A. RGB value is (215,66,26). Sum of RGB (Red+Green+Blue) = 215+66+26=307 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.03% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 215 - color contains mainly: red. Hex color #D7421A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7421A is #28BDE5. Grayscale: #6A6A6A. Windows color (decimal): -2670054 or 1721047. OLE color: 1721047.
HSL color Cylindrical-coordinate representation of color #D7421A: hue angle of 12.7º 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 #D7421A is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 66 | 26 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.16 |
| HSL | 12.7º | 0.78% | 0.47% | - |
| HSV(B) | 12.7º | 0.88% | 0.84% | - |
| XYZ | 30.16 | 18.42 | 2.94 | - |
| YUV | 105.99 | 82.86 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 66 | 26 | 0 | 0.69 | 0.88 | 0.16 | 12.7 | 0.78 | 0.47 |
| Hex | D7 | 42 | 1A | 0 | 45 | 58 | 10 | D | 4E | 2F |
| Octal | 327 | 102 | 32 | 0 | 105 | 130 | 20 | 15 | 116 | 57 |
| Binary | 11010111 | 1000010 | 11010 | 0 | 1000101 | 1011000 | 10000 | 1101 | 1001110 | 101111 |
Color Harmonies of #D7421A
Complementary color
Monochromatic Colors of #D7421A
Black with #D7421A
Text Example
Text Example
White with #D7421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7421A; }
p { color: rgb(215,66,26); }
H1.HeaderClassName
{
color: #D7421A;
}
.AnyTagClassName
{
color: #D7421A;
}
</style>
background-color css
<style>
a { background-color: #D7421A; }
a { background-color: rgb(215,66,26); }
div.DivClassName
{
background-color: #D7421A;
}
.BgClassName
{
background-color: #D7421A;
}
</style>
border-color css
<style>
span { border-color: #D7421A; }
span { border-color: rgb(215,66,26); }
td.TdClassName
{
border-color: #D7421A;
}
.TagClassName
{
border-color: #D7421A;
}
</style>