Html Css Color HEX #DD180A Harley Davidson Orange
📋 copy color: '#DD180A'red 221 ◦ green 24 ◦ blue 10
Shades of Harley Davidson Orange #DD180A
Tints of Harley Davidson Orange #DD180A
RGB
CMYK
RGB Variations
Color information
#DD180A (or 0xDD180A) is known color: Harley Davidson Orange. HEX triplet: DD, 18 and 0A. RGB value is (221,24,10). Sum of RGB (Red+Green+Blue) = 221+24+10=255 (33% of max value = 765). Red value is 221 (86.72% from 255 or 86.67% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 221 - color contains mainly: red. Hex color #DD180A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD180A is #22E7F5. Grayscale: #515151. Windows color (decimal): -2287606 or 661725. OLE color: 661725.
HSL color Cylindrical-coordinate representation of color #DD180A: hue angle of 3.98º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD180A is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 24 | 10 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.13 |
| HSL | 3.98º | 0.91% | 0.45% | - |
| HSV(B) | 3.98º | 0.95% | 0.87% | - |
| XYZ | 30.2 | 16.05 | 1.79 | - |
| YUV | 81.31 | 87.77 | 227.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 24 | 10 | 0 | 0.89 | 0.95 | 0.13 | 3.98 | 0.91 | 0.45 |
| Hex | DD | 18 | A | 0 | 59 | 5F | D | 4 | 5B | 2D |
| Octal | 335 | 30 | 12 | 0 | 131 | 137 | 15 | 4 | 133 | 55 |
| Binary | 11011101 | 11000 | 1010 | 0 | 1011001 | 1011111 | 1101 | 100 | 1011011 | 101101 |
Color Harmonies of #DD180A
Complementary color
Monochromatic Colors of #DD180A
Black with #DD180A
Text Example
Text Example
White with #DD180A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD180A; }
p { color: rgb(221,24,10); }
H1.HeaderClassName
{
color: #DD180A;
}
.AnyTagClassName
{
color: #DD180A;
}
</style>
background-color css
<style>
a { background-color: #DD180A; }
a { background-color: rgb(221,24,10); }
div.DivClassName
{
background-color: #DD180A;
}
.BgClassName
{
background-color: #DD180A;
}
</style>
border-color css
<style>
span { border-color: #DD180A; }
span { border-color: rgb(221,24,10); }
td.TdClassName
{
border-color: #DD180A;
}
.TagClassName
{
border-color: #DD180A;
}
</style>