Html Css Color HEX #DD301E Harley Davidson Orange
📋 copy color: '#DD301E'red 221 ◦ green 48 ◦ blue 30
Shades of Harley Davidson Orange #DD301E
Tints of Harley Davidson Orange #DD301E
RGB
CMYK
RGB Variations
Color information
#DD301E (or 0xDD301E) is known color: Harley Davidson Orange. HEX triplet: DD, 30 and 1E. RGB value is (221,48,30). Sum of RGB (Red+Green+Blue) = 221+48+30=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD301E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD301E is #22CFE1. Grayscale: #616161. Windows color (decimal): -2281442 or 1978589. OLE color: 1978589.
HSL color Cylindrical-coordinate representation of color #DD301E: hue angle of 5.65º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD301E is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 30 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.13 |
| HSL | 5.65º | 0.76% | 0.49% | - |
| HSV(B) | 5.65º | 0.86% | 0.87% | - |
| XYZ | 31.11 | 17.58 | 2.98 | - |
| YUV | 97.68 | 89.81 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 30 | 0 | 0.78 | 0.86 | 0.13 | 5.65 | 0.76 | 0.49 |
| Hex | DD | 30 | 1E | 0 | 4E | 56 | D | 6 | 4C | 31 |
| Octal | 335 | 60 | 36 | 0 | 116 | 126 | 15 | 6 | 114 | 61 |
| Binary | 11011101 | 110000 | 11110 | 0 | 1001110 | 1010110 | 1101 | 110 | 1001100 | 110001 |
Color Harmonies of #DD301E
Complementary color
Monochromatic Colors of #DD301E
Black with #DD301E
Text Example
Text Example
White with #DD301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD301E; }
p { color: rgb(221,48,30); }
H1.HeaderClassName
{
color: #DD301E;
}
.AnyTagClassName
{
color: #DD301E;
}
</style>
background-color css
<style>
a { background-color: #DD301E; }
a { background-color: rgb(221,48,30); }
div.DivClassName
{
background-color: #DD301E;
}
.BgClassName
{
background-color: #DD301E;
}
</style>
border-color css
<style>
span { border-color: #DD301E; }
span { border-color: rgb(221,48,30); }
td.TdClassName
{
border-color: #DD301E;
}
.TagClassName
{
border-color: #DD301E;
}
</style>