Html Css Color HEX #D1441C Harley Davidson Orange
📋 copy color: '#D1441C'red 209 ◦ green 68 ◦ blue 28
Shades of Harley Davidson Orange #D1441C
Tints of Harley Davidson Orange #D1441C
RGB
CMYK
RGB Variations
Color information
#D1441C (or 0xD1441C) is known color: Harley Davidson Orange. HEX triplet: D1, 44 and 1C. RGB value is (209,68,28). Sum of RGB (Red+Green+Blue) = 209+68+28=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D1441C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1441C is #2EBBE3. Grayscale: #696969. Windows color (decimal): -3062756 or 1852625. OLE color: 1852625.
HSL color Cylindrical-coordinate representation of color #D1441C: hue angle of 13.26º 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 #D1441C is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 28 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.18 |
| HSL | 13.26º | 0.76% | 0.46% | - |
| HSV(B) | 13.26º | 0.87% | 0.82% | - |
| XYZ | 28.57 | 17.77 | 3.02 | - |
| YUV | 105.6 | 84.21 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 28 | 0 | 0.67 | 0.87 | 0.18 | 13.26 | 0.76 | 0.46 |
| Hex | D1 | 44 | 1C | 0 | 43 | 57 | 12 | D | 4C | 2E |
| Octal | 321 | 104 | 34 | 0 | 103 | 127 | 22 | 15 | 114 | 56 |
| Binary | 11010001 | 1000100 | 11100 | 0 | 1000011 | 1010111 | 10010 | 1101 | 1001100 | 101110 |
Color Harmonies of #D1441C
Complementary color
Monochromatic Colors of #D1441C
Black with #D1441C
Text Example
Text Example
White with #D1441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1441C; }
p { color: rgb(209,68,28); }
H1.HeaderClassName
{
color: #D1441C;
}
.AnyTagClassName
{
color: #D1441C;
}
</style>
background-color css
<style>
a { background-color: #D1441C; }
a { background-color: rgb(209,68,28); }
div.DivClassName
{
background-color: #D1441C;
}
.BgClassName
{
background-color: #D1441C;
}
</style>
border-color css
<style>
span { border-color: #D1441C; }
span { border-color: rgb(209,68,28); }
td.TdClassName
{
border-color: #D1441C;
}
.TagClassName
{
border-color: #D1441C;
}
</style>