Html Css Color HEX #D21C10 Harley Davidson Orange
📋 copy color: '#D21C10'red 210 ◦ green 28 ◦ blue 16
Shades of Harley Davidson Orange #D21C10
Tints of Harley Davidson Orange #D21C10
RGB
CMYK
RGB Variations
Color information
#D21C10 (or 0xD21C10) is known color: Harley Davidson Orange. HEX triplet: D2, 1C and 10. RGB value is (210,28,16). Sum of RGB (Red+Green+Blue) = 210+28+16=254 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.68% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D21C10 is #2DE3EF. Grayscale: #515151. Windows color (decimal): -3007472 or 1055954. OLE color: 1055954.
HSL color Cylindrical-coordinate representation of color #D21C10: hue angle of 3.71º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21C10 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 28 | 16 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.18 |
| HSL | 3.71º | 0.86% | 0.44% | - |
| HSV(B) | 3.71º | 0.92% | 0.82% | - |
| XYZ | 27.09 | 14.57 | 1.87 | - |
| YUV | 81.05 | 91.3 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 16 | 0 | 0.87 | 0.92 | 0.18 | 3.71 | 0.86 | 0.44 |
| Hex | D2 | 1C | 10 | 0 | 57 | 5C | 12 | 4 | 56 | 2C |
| Octal | 322 | 34 | 20 | 0 | 127 | 134 | 22 | 4 | 126 | 54 |
| Binary | 11010010 | 11100 | 10000 | 0 | 1010111 | 1011100 | 10010 | 100 | 1010110 | 101100 |
Color Harmonies of #D21C10
Complementary color
Monochromatic Colors of #D21C10
Black with #D21C10
Text Example
Text Example
White with #D21C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21C10; }
p { color: rgb(210,28,16); }
H1.HeaderClassName
{
color: #D21C10;
}
.AnyTagClassName
{
color: #D21C10;
}
</style>
background-color css
<style>
a { background-color: #D21C10; }
a { background-color: rgb(210,28,16); }
div.DivClassName
{
background-color: #D21C10;
}
.BgClassName
{
background-color: #D21C10;
}
</style>
border-color css
<style>
span { border-color: #D21C10; }
span { border-color: rgb(210,28,16); }
td.TdClassName
{
border-color: #D21C10;
}
.TagClassName
{
border-color: #D21C10;
}
</style>