Html Css Color HEX #DD361C Harley Davidson Orange
📋 copy color: '#DD361C'red 221 ◦ green 54 ◦ blue 28
Shades of Harley Davidson Orange #DD361C
Tints of Harley Davidson Orange #DD361C
RGB
CMYK
RGB Variations
Color information
#DD361C (or 0xDD361C) is known color: Harley Davidson Orange. HEX triplet: DD, 36 and 1C. RGB value is (221,54,28). Sum of RGB (Red+Green+Blue) = 221+54+28=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD361C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD361C is #22C9E3. Grayscale: #656565. Windows color (decimal): -2279908 or 1849053. OLE color: 1849053.
HSL color Cylindrical-coordinate representation of color #DD361C: hue angle of 8.08º 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 #DD361C is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 28 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.13 |
| HSL | 8.08º | 0.78% | 0.49% | - |
| HSV(B) | 8.08º | 0.87% | 0.87% | - |
| XYZ | 31.35 | 18.09 | 2.94 | - |
| YUV | 100.97 | 86.83 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 28 | 0 | 0.76 | 0.87 | 0.13 | 8.08 | 0.78 | 0.49 |
| Hex | DD | 36 | 1C | 0 | 4C | 57 | D | 8 | 4E | 31 |
| Octal | 335 | 66 | 34 | 0 | 114 | 127 | 15 | 10 | 116 | 61 |
| Binary | 11011101 | 110110 | 11100 | 0 | 1001100 | 1010111 | 1101 | 1000 | 1001110 | 110001 |
Color Harmonies of #DD361C
Complementary color
Monochromatic Colors of #DD361C
Black with #DD361C
Text Example
Text Example
White with #DD361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD361C; }
p { color: rgb(221,54,28); }
H1.HeaderClassName
{
color: #DD361C;
}
.AnyTagClassName
{
color: #DD361C;
}
</style>
background-color css
<style>
a { background-color: #DD361C; }
a { background-color: rgb(221,54,28); }
div.DivClassName
{
background-color: #DD361C;
}
.BgClassName
{
background-color: #DD361C;
}
</style>
border-color css
<style>
span { border-color: #DD361C; }
span { border-color: rgb(221,54,28); }
td.TdClassName
{
border-color: #DD361C;
}
.TagClassName
{
border-color: #DD361C;
}
</style>