Html Css Color HEX #DD380F Harley Davidson Orange
📋 copy color: '#DD380F'red 221 ◦ green 56 ◦ blue 15
Shades of Harley Davidson Orange #DD380F
Tints of Harley Davidson Orange #DD380F
RGB
CMYK
RGB Variations
Color information
#DD380F (or 0xDD380F) is known color: Harley Davidson Orange. HEX triplet: DD, 38 and 0F. RGB value is (221,56,15). Sum of RGB (Red+Green+Blue) = 221+56+15=292 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.68% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 221 - color contains mainly: red. Hex color #DD380F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD380F is #22C7F0. Grayscale: #646464. Windows color (decimal): -2279409 or 997597. OLE color: 997597.
HSL color Cylindrical-coordinate representation of color #DD380F: hue angle of 11.94º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD380F is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 15 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.13 |
| HSL | 11.94º | 0.87% | 0.46% | - |
| HSV(B) | 11.94º | 0.93% | 0.87% | - |
| XYZ | 31.32 | 18.23 | 2.32 | - |
| YUV | 100.66 | 79.66 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 15 | 0 | 0.75 | 0.93 | 0.13 | 11.94 | 0.87 | 0.46 |
| Hex | DD | 38 | F | 0 | 4B | 5D | D | C | 57 | 2E |
| Octal | 335 | 70 | 17 | 0 | 113 | 135 | 15 | 14 | 127 | 56 |
| Binary | 11011101 | 111000 | 1111 | 0 | 1001011 | 1011101 | 1101 | 1100 | 1010111 | 101110 |
Color Harmonies of #DD380F
Complementary color
Monochromatic Colors of #DD380F
Black with #DD380F
Text Example
Text Example
White with #DD380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD380F; }
p { color: rgb(221,56,15); }
H1.HeaderClassName
{
color: #DD380F;
}
.AnyTagClassName
{
color: #DD380F;
}
</style>
background-color css
<style>
a { background-color: #DD380F; }
a { background-color: rgb(221,56,15); }
div.DivClassName
{
background-color: #DD380F;
}
.BgClassName
{
background-color: #DD380F;
}
</style>
border-color css
<style>
span { border-color: #DD380F; }
span { border-color: rgb(221,56,15); }
td.TdClassName
{
border-color: #DD380F;
}
.TagClassName
{
border-color: #DD380F;
}
</style>