Html Css Color HEX #D7431E Harley Davidson Orange
📋 copy color: '#D7431E'red 215 ◦ green 67 ◦ blue 30
Shades of Harley Davidson Orange #D7431E
Tints of Harley Davidson Orange #D7431E
RGB
CMYK
RGB Variations
Color information
#D7431E (or 0xD7431E) is known color: Harley Davidson Orange. HEX triplet: D7, 43 and 1E. RGB value is (215,67,30). Sum of RGB (Red+Green+Blue) = 215+67+30=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D7431E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7431E is #28BCE1. Grayscale: #6B6B6B. Windows color (decimal): -2669794 or 1983447. OLE color: 1983447.
HSL color Cylindrical-coordinate representation of color #D7431E: hue angle of 12º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D7431E is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 67 | 30 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.16 |
| HSL | 12º | 0.76% | 0.48% | - |
| HSV(B) | 12º | 0.86% | 0.84% | - |
| XYZ | 30.27 | 18.56 | 3.21 | - |
| YUV | 107.03 | 84.53 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 67 | 30 | 0 | 0.69 | 0.86 | 0.16 | 12 | 0.76 | 0.48 |
| Hex | D7 | 43 | 1E | 0 | 45 | 56 | 10 | C | 4C | 30 |
| Octal | 327 | 103 | 36 | 0 | 105 | 126 | 20 | 14 | 114 | 60 |
| Binary | 11010111 | 1000011 | 11110 | 0 | 1000101 | 1010110 | 10000 | 1100 | 1001100 | 110000 |
Color Harmonies of #D7431E
Complementary color
Monochromatic Colors of #D7431E
Black with #D7431E
Text Example
Text Example
White with #D7431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7431E; }
p { color: rgb(215,67,30); }
H1.HeaderClassName
{
color: #D7431E;
}
.AnyTagClassName
{
color: #D7431E;
}
</style>
background-color css
<style>
a { background-color: #D7431E; }
a { background-color: rgb(215,67,30); }
div.DivClassName
{
background-color: #D7431E;
}
.BgClassName
{
background-color: #D7431E;
}
</style>
border-color css
<style>
span { border-color: #D7431E; }
span { border-color: rgb(215,67,30); }
td.TdClassName
{
border-color: #D7431E;
}
.TagClassName
{
border-color: #D7431E;
}
</style>