Html Css Color HEX #D21C00 Harley Davidson Orange
📋 copy color: '#D21C00'red 210 ◦ green 28 ◦ blue 0
Shades of Harley Davidson Orange #D21C00
Tints of Harley Davidson Orange #D21C00
RGB
CMYK
RGB Variations
Color information
#D21C00 (or 0xD21C00) is known color: Harley Davidson Orange. HEX triplet: D2, 1C and 00. RGB value is (210,28,0). Sum of RGB (Red+Green+Blue) = 210+28+0=238 (31% of max value = 765). Red value is 210 (82.42% from 255 or 88.24% from 238); Green value is 28 (11.33% from 255 or 11.76% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D21C00 is #2DE3FF. Grayscale: #4F4F4F. Windows color (decimal): -3007488 or 7378. OLE color: 7378.
HSL color Cylindrical-coordinate representation of color #D21C00: hue angle of 8º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D21C00 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 28 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.18 |
| HSL | 8º | 1% | 0.41% | - |
| HSV(B) | 8º | 1% | 0.82% | - |
| XYZ | 26.99 | 14.53 | 1.38 | - |
| YUV | 79.23 | 83.3 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 0 | 0 | 0.87 | 1 | 0.18 | 8 | 1 | 0.41 |
| Hex | D2 | 1C | 0 | 0 | 57 | 64 | 12 | 8 | 64 | 29 |
| Octal | 322 | 34 | 0 | 0 | 127 | 144 | 22 | 10 | 144 | 51 |
| Binary | 11010010 | 11100 | 0 | 0 | 1010111 | 1100100 | 10010 | 1000 | 1100100 | 101001 |
Color Harmonies of #D21C00
Complementary color
Monochromatic Colors of #D21C00
Black with #D21C00
Text Example
Text Example
White with #D21C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21C00; }
p { color: rgb(210,28,0); }
H1.HeaderClassName
{
color: #D21C00;
}
.AnyTagClassName
{
color: #D21C00;
}
</style>
background-color css
<style>
a { background-color: #D21C00; }
a { background-color: rgb(210,28,0); }
div.DivClassName
{
background-color: #D21C00;
}
.BgClassName
{
background-color: #D21C00;
}
</style>
border-color css
<style>
span { border-color: #D21C00; }
span { border-color: rgb(210,28,0); }
td.TdClassName
{
border-color: #D21C00;
}
.TagClassName
{
border-color: #D21C00;
}
</style>