Html Css Color HEX #D1431F Harley Davidson Orange
📋 copy color: '#D1431F'red 209 ◦ green 67 ◦ blue 31
Shades of Harley Davidson Orange #D1431F
Tints of Harley Davidson Orange #D1431F
RGB
CMYK
RGB Variations
Color information
#D1431F (or 0xD1431F) is known color: Harley Davidson Orange. HEX triplet: D1, 43 and 1F. RGB value is (209,67,31). Sum of RGB (Red+Green+Blue) = 209+67+31=307 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.08% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 209 - color contains mainly: red. Hex color #D1431F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1431F is #2EBCE0. Grayscale: #696969. Windows color (decimal): -3063009 or 2048977. OLE color: 2048977.
HSL color Cylindrical-coordinate representation of color #D1431F: hue angle of 12.13º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D1431F is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 31 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.18 |
| HSL | 12.13º | 0.74% | 0.47% | - |
| HSV(B) | 12.13º | 0.85% | 0.82% | - |
| XYZ | 28.55 | 17.67 | 3.2 | - |
| YUV | 105.35 | 86.04 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 31 | 0 | 0.68 | 0.85 | 0.18 | 12.13 | 0.74 | 0.47 |
| Hex | D1 | 43 | 1F | 0 | 44 | 55 | 12 | C | 4A | 2F |
| Octal | 321 | 103 | 37 | 0 | 104 | 125 | 22 | 14 | 112 | 57 |
| Binary | 11010001 | 1000011 | 11111 | 0 | 1000100 | 1010101 | 10010 | 1100 | 1001010 | 101111 |
Color Harmonies of #D1431F
Complementary color
Monochromatic Colors of #D1431F
Black with #D1431F
Text Example
Text Example
White with #D1431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1431F; }
p { color: rgb(209,67,31); }
H1.HeaderClassName
{
color: #D1431F;
}
.AnyTagClassName
{
color: #D1431F;
}
</style>
background-color css
<style>
a { background-color: #D1431F; }
a { background-color: rgb(209,67,31); }
div.DivClassName
{
background-color: #D1431F;
}
.BgClassName
{
background-color: #D1431F;
}
</style>
border-color css
<style>
span { border-color: #D1431F; }
span { border-color: rgb(209,67,31); }
td.TdClassName
{
border-color: #D1431F;
}
.TagClassName
{
border-color: #D1431F;
}
</style>