Html Css Color HEX #DD380C Harley Davidson Orange
📋 copy color: '#DD380C'red 221 ◦ green 56 ◦ blue 12
Shades of Harley Davidson Orange #DD380C
Tints of Harley Davidson Orange #DD380C
RGB
CMYK
RGB Variations
Color information
#DD380C (or 0xDD380C) is known color: Harley Davidson Orange. HEX triplet: DD, 38 and 0C. RGB value is (221,56,12). Sum of RGB (Red+Green+Blue) = 221+56+12=289 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.47% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 221 - color contains mainly: red. Hex color #DD380C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD380C is #22C7F3. Grayscale: #646464. Windows color (decimal): -2279412 or 800989. OLE color: 800989.
HSL color Cylindrical-coordinate representation of color #DD380C: hue angle of 12.63º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD380C is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 12 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.13 |
| HSL | 12.63º | 0.9% | 0.46% | - |
| HSV(B) | 12.63º | 0.95% | 0.87% | - |
| XYZ | 31.3 | 18.23 | 2.22 | - |
| YUV | 100.32 | 78.16 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 12 | 0 | 0.75 | 0.95 | 0.13 | 12.63 | 0.9 | 0.46 |
| Hex | DD | 38 | C | 0 | 4B | 5F | D | D | 5A | 2E |
| Octal | 335 | 70 | 14 | 0 | 113 | 137 | 15 | 15 | 132 | 56 |
| Binary | 11011101 | 111000 | 1100 | 0 | 1001011 | 1011111 | 1101 | 1101 | 1011010 | 101110 |
Color Harmonies of #DD380C
Complementary color
Monochromatic Colors of #DD380C
Black with #DD380C
Text Example
Text Example
White with #DD380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD380C; }
p { color: rgb(221,56,12); }
H1.HeaderClassName
{
color: #DD380C;
}
.AnyTagClassName
{
color: #DD380C;
}
</style>
background-color css
<style>
a { background-color: #DD380C; }
a { background-color: rgb(221,56,12); }
div.DivClassName
{
background-color: #DD380C;
}
.BgClassName
{
background-color: #DD380C;
}
</style>
border-color css
<style>
span { border-color: #DD380C; }
span { border-color: rgb(221,56,12); }
td.TdClassName
{
border-color: #DD380C;
}
.TagClassName
{
border-color: #DD380C;
}
</style>