Html Css Color HEX #D21C18 Harley Davidson Orange
📋 copy color: '#D21C18'red 210 ◦ green 28 ◦ blue 24
Shades of Harley Davidson Orange #D21C18
Tints of Harley Davidson Orange #D21C18
RGB
CMYK
RGB Variations
Color information
#D21C18 (or 0xD21C18) is known color: Harley Davidson Orange. HEX triplet: D2, 1C and 18. RGB value is (210,28,24). Sum of RGB (Red+Green+Blue) = 210+28+24=262 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.15% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D21C18 is #2DE3E7. Grayscale: #525252. Windows color (decimal): -3007464 or 1580242. OLE color: 1580242.
HSL color Cylindrical-coordinate representation of color #D21C18: hue angle of 1.29º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21C18 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 28 | 24 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.18 |
| HSL | 1.29º | 0.79% | 0.46% | - |
| HSV(B) | 1.29º | 0.89% | 0.82% | - |
| XYZ | 27.16 | 14.6 | 2.25 | - |
| YUV | 81.96 | 95.3 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 24 | 0 | 0.87 | 0.89 | 0.18 | 1.29 | 0.79 | 0.46 |
| Hex | D2 | 1C | 18 | 0 | 57 | 59 | 12 | 1 | 4F | 2E |
| Octal | 322 | 34 | 30 | 0 | 127 | 131 | 22 | 1 | 117 | 56 |
| Binary | 11010010 | 11100 | 11000 | 0 | 1010111 | 1011001 | 10010 | 1 | 1001111 | 101110 |
Color Harmonies of #D21C18
Complementary color
Monochromatic Colors of #D21C18
Black with #D21C18
Text Example
Text Example
White with #D21C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21C18; }
p { color: rgb(210,28,24); }
H1.HeaderClassName
{
color: #D21C18;
}
.AnyTagClassName
{
color: #D21C18;
}
</style>
background-color css
<style>
a { background-color: #D21C18; }
a { background-color: rgb(210,28,24); }
div.DivClassName
{
background-color: #D21C18;
}
.BgClassName
{
background-color: #D21C18;
}
</style>
border-color css
<style>
span { border-color: #D21C18; }
span { border-color: rgb(210,28,24); }
td.TdClassName
{
border-color: #D21C18;
}
.TagClassName
{
border-color: #D21C18;
}
</style>