Html Css Color HEX #D2441C Harley Davidson Orange
📋 copy color: '#D2441C'red 210 ◦ green 68 ◦ blue 28
Shades of Harley Davidson Orange #D2441C
Tints of Harley Davidson Orange #D2441C
RGB
CMYK
RGB Variations
Color information
#D2441C (or 0xD2441C) is known color: Harley Davidson Orange. HEX triplet: D2, 44 and 1C. RGB value is (210,68,28). Sum of RGB (Red+Green+Blue) = 210+68+28=306 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.63% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 210 - color contains mainly: red. Hex color #D2441C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2441C is #2DBBE3. Grayscale: #6A6A6A. Windows color (decimal): -2997220 or 1852626. OLE color: 1852626.
HSL color Cylindrical-coordinate representation of color #D2441C: hue angle of 13.19º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2441C is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 28 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.18 |
| HSL | 13.19º | 0.76% | 0.47% | - |
| HSV(B) | 13.19º | 0.87% | 0.82% | - |
| XYZ | 28.86 | 17.92 | 3.04 | - |
| YUV | 105.9 | 84.04 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 28 | 0 | 0.68 | 0.87 | 0.18 | 13.19 | 0.76 | 0.47 |
| Hex | D2 | 44 | 1C | 0 | 44 | 57 | 12 | D | 4C | 2F |
| Octal | 322 | 104 | 34 | 0 | 104 | 127 | 22 | 15 | 114 | 57 |
| Binary | 11010010 | 1000100 | 11100 | 0 | 1000100 | 1010111 | 10010 | 1101 | 1001100 | 101111 |
Color Harmonies of #D2441C
Complementary color
Monochromatic Colors of #D2441C
Black with #D2441C
Text Example
Text Example
White with #D2441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2441C; }
p { color: rgb(210,68,28); }
H1.HeaderClassName
{
color: #D2441C;
}
.AnyTagClassName
{
color: #D2441C;
}
</style>
background-color css
<style>
a { background-color: #D2441C; }
a { background-color: rgb(210,68,28); }
div.DivClassName
{
background-color: #D2441C;
}
.BgClassName
{
background-color: #D2441C;
}
</style>
border-color css
<style>
span { border-color: #D2441C; }
span { border-color: rgb(210,68,28); }
td.TdClassName
{
border-color: #D2441C;
}
.TagClassName
{
border-color: #D2441C;
}
</style>