Html Css Color HEX #D4411F Harley Davidson Orange
📋 copy color: '#D4411F'red 212 ◦ green 65 ◦ blue 31
Shades of Harley Davidson Orange #D4411F
Tints of Harley Davidson Orange #D4411F
RGB
CMYK
RGB Variations
Color information
#D4411F (or 0xD4411F) is known color: Harley Davidson Orange. HEX triplet: D4, 41 and 1F. RGB value is (212,65,31). Sum of RGB (Red+Green+Blue) = 212+65+31=308 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.83% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 31 (12.5% from 255 or 10.06% from 308); Max value from RGB is 212 - color contains mainly: red. Hex color #D4411F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4411F is #2BBEE0. Grayscale: #696969. Windows color (decimal): -2866913 or 2048468. OLE color: 2048468.
HSL color Cylindrical-coordinate representation of color #D4411F: hue angle of 11.27º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D4411F is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 31 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.17 |
| HSL | 11.27º | 0.74% | 0.48% | - |
| HSV(B) | 11.27º | 0.85% | 0.83% | - |
| XYZ | 29.29 | 17.88 | 3.2 | - |
| YUV | 105.08 | 86.2 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 31 | 0 | 0.69 | 0.85 | 0.17 | 11.27 | 0.74 | 0.48 |
| Hex | D4 | 41 | 1F | 0 | 45 | 55 | 11 | B | 4A | 30 |
| Octal | 324 | 101 | 37 | 0 | 105 | 125 | 21 | 13 | 112 | 60 |
| Binary | 11010100 | 1000001 | 11111 | 0 | 1000101 | 1010101 | 10001 | 1011 | 1001010 | 110000 |
Color Harmonies of #D4411F
Complementary color
Monochromatic Colors of #D4411F
Black with #D4411F
Text Example
Text Example
White with #D4411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4411F; }
p { color: rgb(212,65,31); }
H1.HeaderClassName
{
color: #D4411F;
}
.AnyTagClassName
{
color: #D4411F;
}
</style>
background-color css
<style>
a { background-color: #D4411F; }
a { background-color: rgb(212,65,31); }
div.DivClassName
{
background-color: #D4411F;
}
.BgClassName
{
background-color: #D4411F;
}
</style>
border-color css
<style>
span { border-color: #D4411F; }
span { border-color: rgb(212,65,31); }
td.TdClassName
{
border-color: #D4411F;
}
.TagClassName
{
border-color: #D4411F;
}
</style>