Html Css Color HEX #D2421C Harley Davidson Orange
📋 copy color: '#D2421C'red 210 ◦ green 66 ◦ blue 28
Shades of Harley Davidson Orange #D2421C
Tints of Harley Davidson Orange #D2421C
RGB
CMYK
RGB Variations
Color information
#D2421C (or 0xD2421C) is known color: Harley Davidson Orange. HEX triplet: D2, 42 and 1C. RGB value is (210,66,28). Sum of RGB (Red+Green+Blue) = 210+66+28=304 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.08% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 210 - color contains mainly: red. Hex color #D2421C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2421C is #2DBDE3. Grayscale: #696969. Windows color (decimal): -2997732 or 1852114. OLE color: 1852114.
HSL color Cylindrical-coordinate representation of color #D2421C: hue angle of 12.53º 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 #D2421C is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 28 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.18 |
| HSL | 12.53º | 0.76% | 0.47% | - |
| HSV(B) | 12.53º | 0.87% | 0.82% | - |
| XYZ | 28.74 | 17.68 | 3 | - |
| YUV | 104.72 | 84.71 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 28 | 0 | 0.69 | 0.87 | 0.18 | 12.53 | 0.76 | 0.47 |
| Hex | D2 | 42 | 1C | 0 | 45 | 57 | 12 | D | 4C | 2F |
| Octal | 322 | 102 | 34 | 0 | 105 | 127 | 22 | 15 | 114 | 57 |
| Binary | 11010010 | 1000010 | 11100 | 0 | 1000101 | 1010111 | 10010 | 1101 | 1001100 | 101111 |
Color Harmonies of #D2421C
Complementary color
Monochromatic Colors of #D2421C
Black with #D2421C
Text Example
Text Example
White with #D2421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2421C; }
p { color: rgb(210,66,28); }
H1.HeaderClassName
{
color: #D2421C;
}
.AnyTagClassName
{
color: #D2421C;
}
</style>
background-color css
<style>
a { background-color: #D2421C; }
a { background-color: rgb(210,66,28); }
div.DivClassName
{
background-color: #D2421C;
}
.BgClassName
{
background-color: #D2421C;
}
</style>
border-color css
<style>
span { border-color: #D2421C; }
span { border-color: rgb(210,66,28); }
td.TdClassName
{
border-color: #D2421C;
}
.TagClassName
{
border-color: #D2421C;
}
</style>