Html Css Color HEX #DD371C Harley Davidson Orange
📋 copy color: '#DD371C'red 221 ◦ green 55 ◦ blue 28
Shades of Harley Davidson Orange #DD371C
Tints of Harley Davidson Orange #DD371C
RGB
CMYK
RGB Variations
Color information
#DD371C (or 0xDD371C) is known color: Harley Davidson Orange. HEX triplet: DD, 37 and 1C. RGB value is (221,55,28). Sum of RGB (Red+Green+Blue) = 221+55+28=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD371C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD371C is #22C8E3. Grayscale: #656565. Windows color (decimal): -2279652 or 1849309. OLE color: 1849309.
HSL color Cylindrical-coordinate representation of color #DD371C: hue angle of 8.39º 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 #DD371C is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 28 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.13 |
| HSL | 8.39º | 0.78% | 0.49% | - |
| HSV(B) | 8.39º | 0.87% | 0.87% | - |
| XYZ | 31.39 | 18.19 | 2.95 | - |
| YUV | 101.56 | 86.5 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 28 | 0 | 0.75 | 0.87 | 0.13 | 8.39 | 0.78 | 0.49 |
| Hex | DD | 37 | 1C | 0 | 4B | 57 | D | 8 | 4E | 31 |
| Octal | 335 | 67 | 34 | 0 | 113 | 127 | 15 | 10 | 116 | 61 |
| Binary | 11011101 | 110111 | 11100 | 0 | 1001011 | 1010111 | 1101 | 1000 | 1001110 | 110001 |
Color Harmonies of #DD371C
Complementary color
Monochromatic Colors of #DD371C
Black with #DD371C
Text Example
Text Example
White with #DD371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD371C; }
p { color: rgb(221,55,28); }
H1.HeaderClassName
{
color: #DD371C;
}
.AnyTagClassName
{
color: #DD371C;
}
</style>
background-color css
<style>
a { background-color: #DD371C; }
a { background-color: rgb(221,55,28); }
div.DivClassName
{
background-color: #DD371C;
}
.BgClassName
{
background-color: #DD371C;
}
</style>
border-color css
<style>
span { border-color: #DD371C; }
span { border-color: rgb(221,55,28); }
td.TdClassName
{
border-color: #DD371C;
}
.TagClassName
{
border-color: #DD371C;
}
</style>