Html Css Color HEX #D7411C Harley Davidson Orange
📋 copy color: '#D7411C'red 215 ◦ green 65 ◦ blue 28
Shades of Harley Davidson Orange #D7411C
Tints of Harley Davidson Orange #D7411C
RGB
CMYK
RGB Variations
Color information
#D7411C (or 0xD7411C) is known color: Harley Davidson Orange. HEX triplet: D7, 41 and 1C. RGB value is (215,65,28). Sum of RGB (Red+Green+Blue) = 215+65+28=308 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.81% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 215 - color contains mainly: red. Hex color #D7411C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7411C is #28BEE3. Grayscale: #696969. Windows color (decimal): -2670308 or 1851863. OLE color: 1851863.
HSL color Cylindrical-coordinate representation of color #D7411C: hue angle of 11.87º 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 #D7411C is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 65 | 28 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.16 |
| HSL | 11.87º | 0.77% | 0.48% | - |
| HSV(B) | 11.87º | 0.87% | 0.84% | - |
| XYZ | 30.12 | 18.31 | 3.05 | - |
| YUV | 105.63 | 84.2 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 65 | 28 | 0 | 0.70 | 0.87 | 0.16 | 11.87 | 0.77 | 0.48 |
| Hex | D7 | 41 | 1C | 0 | 46 | 57 | 10 | C | 4D | 30 |
| Octal | 327 | 101 | 34 | 0 | 106 | 127 | 20 | 14 | 115 | 60 |
| Binary | 11010111 | 1000001 | 11100 | 0 | 1000110 | 1010111 | 10000 | 1100 | 1001101 | 110000 |
Color Harmonies of #D7411C
Complementary color
Monochromatic Colors of #D7411C
Black with #D7411C
Text Example
Text Example
White with #D7411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7411C; }
p { color: rgb(215,65,28); }
H1.HeaderClassName
{
color: #D7411C;
}
.AnyTagClassName
{
color: #D7411C;
}
</style>
background-color css
<style>
a { background-color: #D7411C; }
a { background-color: rgb(215,65,28); }
div.DivClassName
{
background-color: #D7411C;
}
.BgClassName
{
background-color: #D7411C;
}
</style>
border-color css
<style>
span { border-color: #D7411C; }
span { border-color: rgb(215,65,28); }
td.TdClassName
{
border-color: #D7411C;
}
.TagClassName
{
border-color: #D7411C;
}
</style>