Html Css Color HEX #D5411C Harley Davidson Orange
📋 copy color: '#D5411C'red 213 ◦ green 65 ◦ blue 28
Shades of Harley Davidson Orange #D5411C
Tints of Harley Davidson Orange #D5411C
RGB
CMYK
RGB Variations
Color information
#D5411C (or 0xD5411C) is known color: Harley Davidson Orange. HEX triplet: D5, 41 and 1C. RGB value is (213,65,28). Sum of RGB (Red+Green+Blue) = 213+65+28=306 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.61% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 213 - color contains mainly: red. Hex color #D5411C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5411C is #2ABEE3. Grayscale: #696969. Windows color (decimal): -2801380 or 1851861. OLE color: 1851861.
HSL color Cylindrical-coordinate representation of color #D5411C: hue angle of 12º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5411C is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 28 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.16 |
| HSL | 12º | 0.77% | 0.47% | - |
| HSV(B) | 12º | 0.87% | 0.84% | - |
| XYZ | 29.54 | 18.01 | 3.02 | - |
| YUV | 105.03 | 84.53 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 28 | 0 | 0.69 | 0.87 | 0.16 | 12 | 0.77 | 0.47 |
| Hex | D5 | 41 | 1C | 0 | 45 | 57 | 10 | C | 4D | 2F |
| Octal | 325 | 101 | 34 | 0 | 105 | 127 | 20 | 14 | 115 | 57 |
| Binary | 11010101 | 1000001 | 11100 | 0 | 1000101 | 1010111 | 10000 | 1100 | 1001101 | 101111 |
Color Harmonies of #D5411C
Complementary color
Monochromatic Colors of #D5411C
Black with #D5411C
Text Example
Text Example
White with #D5411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5411C; }
p { color: rgb(213,65,28); }
H1.HeaderClassName
{
color: #D5411C;
}
.AnyTagClassName
{
color: #D5411C;
}
</style>
background-color css
<style>
a { background-color: #D5411C; }
a { background-color: rgb(213,65,28); }
div.DivClassName
{
background-color: #D5411C;
}
.BgClassName
{
background-color: #D5411C;
}
</style>
border-color css
<style>
span { border-color: #D5411C; }
span { border-color: rgb(213,65,28); }
td.TdClassName
{
border-color: #D5411C;
}
.TagClassName
{
border-color: #D5411C;
}
</style>