Html Css Color HEX #DD331E Harley Davidson Orange
📋 copy color: '#DD331E'red 221 ◦ green 51 ◦ blue 30
Shades of Harley Davidson Orange #DD331E
Tints of Harley Davidson Orange #DD331E
RGB
CMYK
RGB Variations
Color information
#DD331E (or 0xDD331E) is known color: Harley Davidson Orange. HEX triplet: DD, 33 and 1E. RGB value is (221,51,30). Sum of RGB (Red+Green+Blue) = 221+51+30=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD331E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD331E is #22CCE1. Grayscale: #636363. Windows color (decimal): -2280674 or 1979357. OLE color: 1979357.
HSL color Cylindrical-coordinate representation of color #DD331E: hue angle of 6.6º 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 #DD331E is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 30 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.13 |
| HSL | 6.6º | 0.76% | 0.49% | - |
| HSV(B) | 6.6º | 0.86% | 0.87% | - |
| XYZ | 31.24 | 17.83 | 3.02 | - |
| YUV | 99.44 | 88.82 | 214.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 30 | 0 | 0.77 | 0.86 | 0.13 | 6.6 | 0.76 | 0.49 |
| Hex | DD | 33 | 1E | 0 | 4D | 56 | D | 7 | 4C | 31 |
| Octal | 335 | 63 | 36 | 0 | 115 | 126 | 15 | 7 | 114 | 61 |
| Binary | 11011101 | 110011 | 11110 | 0 | 1001101 | 1010110 | 1101 | 111 | 1001100 | 110001 |
Color Harmonies of #DD331E
Complementary color
Monochromatic Colors of #DD331E
Black with #DD331E
Text Example
Text Example
White with #DD331E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD331E; }
p { color: rgb(221,51,30); }
H1.HeaderClassName
{
color: #DD331E;
}
.AnyTagClassName
{
color: #DD331E;
}
</style>
background-color css
<style>
a { background-color: #DD331E; }
a { background-color: rgb(221,51,30); }
div.DivClassName
{
background-color: #DD331E;
}
.BgClassName
{
background-color: #DD331E;
}
</style>
border-color css
<style>
span { border-color: #DD331E; }
span { border-color: rgb(221,51,30); }
td.TdClassName
{
border-color: #DD331E;
}
.TagClassName
{
border-color: #DD331E;
}
</style>