Html Css Color HEX #D1421E Harley Davidson Orange
📋 copy color: '#D1421E'red 209 ◦ green 66 ◦ blue 30
Shades of Harley Davidson Orange #D1421E
Tints of Harley Davidson Orange #D1421E
RGB
CMYK
RGB Variations
Color information
#D1421E (or 0xD1421E) is known color: Harley Davidson Orange. HEX triplet: D1, 42 and 1E. RGB value is (209,66,30). Sum of RGB (Red+Green+Blue) = 209+66+30=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 30 (12.11% from 255 or 9.84% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D1421E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1421E is #2EBDE1. Grayscale: #686868. Windows color (decimal): -3063266 or 1983185. OLE color: 1983185.
HSL color Cylindrical-coordinate representation of color #D1421E: hue angle of 12.07º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1421E is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 66 | 30 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.18 |
| HSL | 12.07º | 0.75% | 0.47% | - |
| HSV(B) | 12.07º | 0.86% | 0.82% | - |
| XYZ | 28.48 | 17.55 | 3.11 | - |
| YUV | 104.65 | 85.88 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 66 | 30 | 0 | 0.68 | 0.86 | 0.18 | 12.07 | 0.75 | 0.47 |
| Hex | D1 | 42 | 1E | 0 | 44 | 56 | 12 | C | 4B | 2F |
| Octal | 321 | 102 | 36 | 0 | 104 | 126 | 22 | 14 | 113 | 57 |
| Binary | 11010001 | 1000010 | 11110 | 0 | 1000100 | 1010110 | 10010 | 1100 | 1001011 | 101111 |
Color Harmonies of #D1421E
Complementary color
Monochromatic Colors of #D1421E
Black with #D1421E
Text Example
Text Example
White with #D1421E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1421E; }
p { color: rgb(209,66,30); }
H1.HeaderClassName
{
color: #D1421E;
}
.AnyTagClassName
{
color: #D1421E;
}
</style>
background-color css
<style>
a { background-color: #D1421E; }
a { background-color: rgb(209,66,30); }
div.DivClassName
{
background-color: #D1421E;
}
.BgClassName
{
background-color: #D1421E;
}
</style>
border-color css
<style>
span { border-color: #D1421E; }
span { border-color: rgb(209,66,30); }
td.TdClassName
{
border-color: #D1421E;
}
.TagClassName
{
border-color: #D1421E;
}
</style>