Html Css Color HEX #DD381C Harley Davidson Orange
📋 copy color: '#DD381C'red 221 ◦ green 56 ◦ blue 28
Shades of Harley Davidson Orange #DD381C
Tints of Harley Davidson Orange #DD381C
RGB
CMYK
RGB Variations
Color information
#DD381C (or 0xDD381C) is known color: Harley Davidson Orange. HEX triplet: DD, 38 and 1C. RGB value is (221,56,28). Sum of RGB (Red+Green+Blue) = 221+56+28=305 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.46% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 221 - color contains mainly: red. Hex color #DD381C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD381C is #22C7E3. Grayscale: #666666. Windows color (decimal): -2279396 or 1849565. OLE color: 1849565.
HSL color Cylindrical-coordinate representation of color #DD381C: hue angle of 8.7º 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 #DD381C is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 28 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.13 |
| HSL | 8.7º | 0.78% | 0.49% | - |
| HSV(B) | 8.7º | 0.87% | 0.87% | - |
| XYZ | 31.44 | 18.28 | 2.97 | - |
| YUV | 102.14 | 86.16 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 28 | 0 | 0.75 | 0.87 | 0.13 | 8.7 | 0.78 | 0.49 |
| Hex | DD | 38 | 1C | 0 | 4B | 57 | D | 9 | 4E | 31 |
| Octal | 335 | 70 | 34 | 0 | 113 | 127 | 15 | 11 | 116 | 61 |
| Binary | 11011101 | 111000 | 11100 | 0 | 1001011 | 1010111 | 1101 | 1001 | 1001110 | 110001 |
Color Harmonies of #DD381C
Complementary color
Monochromatic Colors of #DD381C
Black with #DD381C
Text Example
Text Example
White with #DD381C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD381C; }
p { color: rgb(221,56,28); }
H1.HeaderClassName
{
color: #DD381C;
}
.AnyTagClassName
{
color: #DD381C;
}
</style>
background-color css
<style>
a { background-color: #DD381C; }
a { background-color: rgb(221,56,28); }
div.DivClassName
{
background-color: #DD381C;
}
.BgClassName
{
background-color: #DD381C;
}
</style>
border-color css
<style>
span { border-color: #DD381C; }
span { border-color: rgb(221,56,28); }
td.TdClassName
{
border-color: #DD381C;
}
.TagClassName
{
border-color: #DD381C;
}
</style>