Html Css Color HEX #D21C07 Harley Davidson Orange
📋 copy color: '#D21C07'red 210 ◦ green 28 ◦ blue 7
Shades of Harley Davidson Orange #D21C07
Tints of Harley Davidson Orange #D21C07
RGB
CMYK
RGB Variations
Color information
#D21C07 (or 0xD21C07) is known color: Harley Davidson Orange. HEX triplet: D2, 1C and 07. RGB value is (210,28,7). Sum of RGB (Red+Green+Blue) = 210+28+7=245 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.71% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D21C07 is #2DE3F8. Grayscale: #505050. Windows color (decimal): -3007481 or 466130. OLE color: 466130.
HSL color Cylindrical-coordinate representation of color #D21C07: hue angle of 6.21º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D21C07 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 28 | 7 | - |
| CMYK | 0 | 0.87 | 0.97 | 0.18 |
| HSL | 6.21º | 0.94% | 0.43% | - |
| HSV(B) | 6.21º | 0.97% | 0.82% | - |
| XYZ | 27.03 | 14.55 | 1.58 | - |
| YUV | 80.02 | 86.8 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 7 | 0 | 0.87 | 0.97 | 0.18 | 6.21 | 0.94 | 0.43 |
| Hex | D2 | 1C | 7 | 0 | 57 | 61 | 12 | 6 | 5E | 2B |
| Octal | 322 | 34 | 7 | 0 | 127 | 141 | 22 | 6 | 136 | 53 |
| Binary | 11010010 | 11100 | 111 | 0 | 1010111 | 1100001 | 10010 | 110 | 1011110 | 101011 |
Color Harmonies of #D21C07
Complementary color
Monochromatic Colors of #D21C07
Black with #D21C07
Text Example
Text Example
White with #D21C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21C07; }
p { color: rgb(210,28,7); }
H1.HeaderClassName
{
color: #D21C07;
}
.AnyTagClassName
{
color: #D21C07;
}
</style>
background-color css
<style>
a { background-color: #D21C07; }
a { background-color: rgb(210,28,7); }
div.DivClassName
{
background-color: #D21C07;
}
.BgClassName
{
background-color: #D21C07;
}
</style>
border-color css
<style>
span { border-color: #D21C07; }
span { border-color: rgb(210,28,7); }
td.TdClassName
{
border-color: #D21C07;
}
.TagClassName
{
border-color: #D21C07;
}
</style>