Html Css Color HEX #D1431C Harley Davidson Orange
📋 copy color: '#D1431C'red 209 ◦ green 67 ◦ blue 28
Shades of Harley Davidson Orange #D1431C
Tints of Harley Davidson Orange #D1431C
RGB
CMYK
RGB Variations
Color information
#D1431C (or 0xD1431C) is known color: Harley Davidson Orange. HEX triplet: D1, 43 and 1C. RGB value is (209,67,28). Sum of RGB (Red+Green+Blue) = 209+67+28=304 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.75% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 209 - color contains mainly: red. Hex color #D1431C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1431C is #2EBCE3. Grayscale: #696969. Windows color (decimal): -3063012 or 1852369. OLE color: 1852369.
HSL color Cylindrical-coordinate representation of color #D1431C: hue angle of 12.93º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D1431C is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 28 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.18 |
| HSL | 12.93º | 0.76% | 0.46% | - |
| HSV(B) | 12.93º | 0.87% | 0.82% | - |
| XYZ | 28.51 | 17.65 | 3 | - |
| YUV | 105.01 | 84.54 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 28 | 0 | 0.68 | 0.87 | 0.18 | 12.93 | 0.76 | 0.46 |
| Hex | D1 | 43 | 1C | 0 | 44 | 57 | 12 | D | 4C | 2E |
| Octal | 321 | 103 | 34 | 0 | 104 | 127 | 22 | 15 | 114 | 56 |
| Binary | 11010001 | 1000011 | 11100 | 0 | 1000100 | 1010111 | 10010 | 1101 | 1001100 | 101110 |
Color Harmonies of #D1431C
Complementary color
Monochromatic Colors of #D1431C
Black with #D1431C
Text Example
Text Example
White with #D1431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1431C; }
p { color: rgb(209,67,28); }
H1.HeaderClassName
{
color: #D1431C;
}
.AnyTagClassName
{
color: #D1431C;
}
</style>
background-color css
<style>
a { background-color: #D1431C; }
a { background-color: rgb(209,67,28); }
div.DivClassName
{
background-color: #D1431C;
}
.BgClassName
{
background-color: #D1431C;
}
</style>
border-color css
<style>
span { border-color: #D1431C; }
span { border-color: rgb(209,67,28); }
td.TdClassName
{
border-color: #D1431C;
}
.TagClassName
{
border-color: #D1431C;
}
</style>