Html Css Color HEX #D1431D Harley Davidson Orange
📋 copy color: '#D1431D'red 209 ◦ green 67 ◦ blue 29
Shades of Harley Davidson Orange #D1431D
Tints of Harley Davidson Orange #D1431D
RGB
CMYK
RGB Variations
Color information
#D1431D (or 0xD1431D) is known color: Harley Davidson Orange. HEX triplet: D1, 43 and 1D. RGB value is (209,67,29). Sum of RGB (Red+Green+Blue) = 209+67+29=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D1431D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1431D is #2EBCE2. Grayscale: #696969. Windows color (decimal): -3063011 or 1917905. OLE color: 1917905.
HSL color Cylindrical-coordinate representation of color #D1431D: hue angle of 12.67º degrees, saturation: 0.76, 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 #D1431D is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 29 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.18 |
| HSL | 12.67º | 0.76% | 0.47% | - |
| HSV(B) | 12.67º | 0.86% | 0.82% | - |
| XYZ | 28.52 | 17.66 | 3.07 | - |
| YUV | 105.13 | 85.04 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 29 | 0 | 0.68 | 0.86 | 0.18 | 12.67 | 0.76 | 0.47 |
| Hex | D1 | 43 | 1D | 0 | 44 | 56 | 12 | D | 4C | 2F |
| Octal | 321 | 103 | 35 | 0 | 104 | 126 | 22 | 15 | 114 | 57 |
| Binary | 11010001 | 1000011 | 11101 | 0 | 1000100 | 1010110 | 10010 | 1101 | 1001100 | 101111 |
Color Harmonies of #D1431D
Complementary color
Monochromatic Colors of #D1431D
Black with #D1431D
Text Example
Text Example
White with #D1431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1431D; }
p { color: rgb(209,67,29); }
H1.HeaderClassName
{
color: #D1431D;
}
.AnyTagClassName
{
color: #D1431D;
}
</style>
background-color css
<style>
a { background-color: #D1431D; }
a { background-color: rgb(209,67,29); }
div.DivClassName
{
background-color: #D1431D;
}
.BgClassName
{
background-color: #D1431D;
}
</style>
border-color css
<style>
span { border-color: #D1431D; }
span { border-color: rgb(209,67,29); }
td.TdClassName
{
border-color: #D1431D;
}
.TagClassName
{
border-color: #D1431D;
}
</style>