Html Css Color HEX #DD210C Harley Davidson Orange
📋 copy color: '#DD210C'red 221 ◦ green 33 ◦ blue 12
Shades of Harley Davidson Orange #DD210C
Tints of Harley Davidson Orange #DD210C
RGB
CMYK
RGB Variations
Color information
#DD210C (or 0xDD210C) is known color: Harley Davidson Orange. HEX triplet: DD, 21 and 0C. RGB value is (221,33,12). Sum of RGB (Red+Green+Blue) = 221+33+12=266 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.08% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 221 - color contains mainly: red. Hex color #DD210C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD210C is #22DEF3. Grayscale: #575757. Windows color (decimal): -2285300 or 795101. OLE color: 795101.
HSL color Cylindrical-coordinate representation of color #DD210C: hue angle of 6.03º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD210C is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 12 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.13 |
| HSL | 6.03º | 0.9% | 0.46% | - |
| HSV(B) | 6.03º | 0.95% | 0.87% | - |
| XYZ | 30.43 | 16.49 | 1.93 | - |
| YUV | 86.82 | 85.78 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 12 | 0 | 0.85 | 0.95 | 0.13 | 6.03 | 0.9 | 0.46 |
| Hex | DD | 21 | C | 0 | 55 | 5F | D | 6 | 5A | 2E |
| Octal | 335 | 41 | 14 | 0 | 125 | 137 | 15 | 6 | 132 | 56 |
| Binary | 11011101 | 100001 | 1100 | 0 | 1010101 | 1011111 | 1101 | 110 | 1011010 | 101110 |
Color Harmonies of #DD210C
Complementary color
Monochromatic Colors of #DD210C
Black with #DD210C
Text Example
Text Example
White with #DD210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD210C; }
p { color: rgb(221,33,12); }
H1.HeaderClassName
{
color: #DD210C;
}
.AnyTagClassName
{
color: #DD210C;
}
</style>
background-color css
<style>
a { background-color: #DD210C; }
a { background-color: rgb(221,33,12); }
div.DivClassName
{
background-color: #DD210C;
}
.BgClassName
{
background-color: #DD210C;
}
</style>
border-color css
<style>
span { border-color: #DD210C; }
span { border-color: rgb(221,33,12); }
td.TdClassName
{
border-color: #DD210C;
}
.TagClassName
{
border-color: #DD210C;
}
</style>