Html Css Color HEX #D21A0C Harley Davidson Orange
📋 copy color: '#D21A0C'red 210 ◦ green 26 ◦ blue 12
Shades of Harley Davidson Orange #D21A0C
Tints of Harley Davidson Orange #D21A0C
RGB
CMYK
RGB Variations
Color information
#D21A0C (or 0xD21A0C) is known color: Harley Davidson Orange. HEX triplet: D2, 1A and 0C. RGB value is (210,26,12). Sum of RGB (Red+Green+Blue) = 210+26+12=248 (32% of max value = 765). Red value is 210 (82.42% from 255 or 84.68% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D21A0C is #2DE5F3. Grayscale: #4F4F4F. Windows color (decimal): -3007988 or 793298. OLE color: 793298.
HSL color Cylindrical-coordinate representation of color #D21A0C: hue angle of 4.24º 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 #D21A0C is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 12 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.18 |
| HSL | 4.24º | 0.89% | 0.44% | - |
| HSV(B) | 4.24º | 0.94% | 0.82% | - |
| XYZ | 27.01 | 14.47 | 1.72 | - |
| YUV | 79.42 | 89.96 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 12 | 0 | 0.88 | 0.94 | 0.18 | 4.24 | 0.89 | 0.44 |
| Hex | D2 | 1A | C | 0 | 58 | 5E | 12 | 4 | 59 | 2C |
| Octal | 322 | 32 | 14 | 0 | 130 | 136 | 22 | 4 | 131 | 54 |
| Binary | 11010010 | 11010 | 1100 | 0 | 1011000 | 1011110 | 10010 | 100 | 1011001 | 101100 |
Color Harmonies of #D21A0C
Complementary color
Monochromatic Colors of #D21A0C
Black with #D21A0C
Text Example
Text Example
White with #D21A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A0C; }
p { color: rgb(210,26,12); }
H1.HeaderClassName
{
color: #D21A0C;
}
.AnyTagClassName
{
color: #D21A0C;
}
</style>
background-color css
<style>
a { background-color: #D21A0C; }
a { background-color: rgb(210,26,12); }
div.DivClassName
{
background-color: #D21A0C;
}
.BgClassName
{
background-color: #D21A0C;
}
</style>
border-color css
<style>
span { border-color: #D21A0C; }
span { border-color: rgb(210,26,12); }
td.TdClassName
{
border-color: #D21A0C;
}
.TagClassName
{
border-color: #D21A0C;
}
</style>