Html Css Color HEX #DD380E Harley Davidson Orange
📋 copy color: '#DD380E'red 221 ◦ green 56 ◦ blue 14
Shades of Harley Davidson Orange #DD380E
Tints of Harley Davidson Orange #DD380E
RGB
CMYK
RGB Variations
Color information
#DD380E (or 0xDD380E) is known color: Harley Davidson Orange. HEX triplet: DD, 38 and 0E. RGB value is (221,56,14). Sum of RGB (Red+Green+Blue) = 221+56+14=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD380E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD380E is #22C7F1. Grayscale: #646464. Windows color (decimal): -2279410 or 932061. OLE color: 932061.
HSL color Cylindrical-coordinate representation of color #DD380E: hue angle of 12.17º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD380E is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 14 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.13 |
| HSL | 12.17º | 0.88% | 0.46% | - |
| HSV(B) | 12.17º | 0.94% | 0.87% | - |
| XYZ | 31.31 | 18.23 | 2.28 | - |
| YUV | 100.55 | 79.16 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 14 | 0 | 0.75 | 0.94 | 0.13 | 12.17 | 0.88 | 0.46 |
| Hex | DD | 38 | E | 0 | 4B | 5E | D | C | 58 | 2E |
| Octal | 335 | 70 | 16 | 0 | 113 | 136 | 15 | 14 | 130 | 56 |
| Binary | 11011101 | 111000 | 1110 | 0 | 1001011 | 1011110 | 1101 | 1100 | 1011000 | 101110 |
Color Harmonies of #DD380E
Complementary color
Monochromatic Colors of #DD380E
Black with #DD380E
Text Example
Text Example
White with #DD380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD380E; }
p { color: rgb(221,56,14); }
H1.HeaderClassName
{
color: #DD380E;
}
.AnyTagClassName
{
color: #DD380E;
}
</style>
background-color css
<style>
a { background-color: #DD380E; }
a { background-color: rgb(221,56,14); }
div.DivClassName
{
background-color: #DD380E;
}
.BgClassName
{
background-color: #DD380E;
}
</style>
border-color css
<style>
span { border-color: #DD380E; }
span { border-color: rgb(221,56,14); }
td.TdClassName
{
border-color: #DD380E;
}
.TagClassName
{
border-color: #DD380E;
}
</style>