Html Css Color HEX #D2290C Harley Davidson Orange
📋 copy color: '#D2290C'red 210 ◦ green 41 ◦ blue 12
Shades of Harley Davidson Orange #D2290C
Tints of Harley Davidson Orange #D2290C
RGB
CMYK
RGB Variations
Color information
#D2290C (or 0xD2290C) is known color: Harley Davidson Orange. HEX triplet: D2, 29 and 0C. RGB value is (210,41,12). Sum of RGB (Red+Green+Blue) = 210+41+12=263 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.85% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 210 - color contains mainly: red. Hex color #D2290C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2290C is #2DD6F3. Grayscale: #585858. Windows color (decimal): -3004148 or 797138. OLE color: 797138.
HSL color Cylindrical-coordinate representation of color #D2290C: hue angle of 8.79º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2290C is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 12 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.18 |
| HSL | 8.79º | 0.89% | 0.44% | - |
| HSV(B) | 8.79º | 0.94% | 0.82% | - |
| XYZ | 27.44 | 15.31 | 1.86 | - |
| YUV | 88.23 | 84.99 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 12 | 0 | 0.80 | 0.94 | 0.18 | 8.79 | 0.89 | 0.44 |
| Hex | D2 | 29 | C | 0 | 50 | 5E | 12 | 9 | 59 | 2C |
| Octal | 322 | 51 | 14 | 0 | 120 | 136 | 22 | 11 | 131 | 54 |
| Binary | 11010010 | 101001 | 1100 | 0 | 1010000 | 1011110 | 10010 | 1001 | 1011001 | 101100 |
Color Harmonies of #D2290C
Complementary color
Monochromatic Colors of #D2290C
Black with #D2290C
Text Example
Text Example
White with #D2290C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2290C; }
p { color: rgb(210,41,12); }
H1.HeaderClassName
{
color: #D2290C;
}
.AnyTagClassName
{
color: #D2290C;
}
</style>
background-color css
<style>
a { background-color: #D2290C; }
a { background-color: rgb(210,41,12); }
div.DivClassName
{
background-color: #D2290C;
}
.BgClassName
{
background-color: #D2290C;
}
</style>
border-color css
<style>
span { border-color: #D2290C; }
span { border-color: rgb(210,41,12); }
td.TdClassName
{
border-color: #D2290C;
}
.TagClassName
{
border-color: #D2290C;
}
</style>