Html Css Color HEX #DD331C Harley Davidson Orange
📋 copy color: '#DD331C'red 221 ◦ green 51 ◦ blue 28
Shades of Harley Davidson Orange #DD331C
Tints of Harley Davidson Orange #DD331C
RGB
CMYK
RGB Variations
Color information
#DD331C (or 0xDD331C) is known color: Harley Davidson Orange. HEX triplet: DD, 33 and 1C. RGB value is (221,51,28). Sum of RGB (Red+Green+Blue) = 221+51+28=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 28 (11.33% from 255 or 9.33% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD331C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD331C is #22CCE3. Grayscale: #636363. Windows color (decimal): -2280676 or 1848285. OLE color: 1848285.
HSL color Cylindrical-coordinate representation of color #DD331C: hue angle of 7.15º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD331C is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 28 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.13 |
| HSL | 7.15º | 0.78% | 0.49% | - |
| HSV(B) | 7.15º | 0.87% | 0.87% | - |
| XYZ | 31.21 | 17.82 | 2.89 | - |
| YUV | 99.21 | 87.82 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 28 | 0 | 0.77 | 0.87 | 0.13 | 7.15 | 0.78 | 0.49 |
| Hex | DD | 33 | 1C | 0 | 4D | 57 | D | 7 | 4E | 31 |
| Octal | 335 | 63 | 34 | 0 | 115 | 127 | 15 | 7 | 116 | 61 |
| Binary | 11011101 | 110011 | 11100 | 0 | 1001101 | 1010111 | 1101 | 111 | 1001110 | 110001 |
Color Harmonies of #DD331C
Complementary color
Monochromatic Colors of #DD331C
Black with #DD331C
Text Example
Text Example
White with #DD331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD331C; }
p { color: rgb(221,51,28); }
H1.HeaderClassName
{
color: #DD331C;
}
.AnyTagClassName
{
color: #DD331C;
}
</style>
background-color css
<style>
a { background-color: #DD331C; }
a { background-color: rgb(221,51,28); }
div.DivClassName
{
background-color: #DD331C;
}
.BgClassName
{
background-color: #DD331C;
}
</style>
border-color css
<style>
span { border-color: #DD331C; }
span { border-color: rgb(221,51,28); }
td.TdClassName
{
border-color: #DD331C;
}
.TagClassName
{
border-color: #DD331C;
}
</style>