Html Css Color HEX #DD371B Harley Davidson Orange
📋 copy color: '#DD371B'red 221 ◦ green 55 ◦ blue 27
Shades of Harley Davidson Orange #DD371B
Tints of Harley Davidson Orange #DD371B
RGB
CMYK
RGB Variations
Color information
#DD371B (or 0xDD371B) is known color: Harley Davidson Orange. HEX triplet: DD, 37 and 1B. RGB value is (221,55,27). Sum of RGB (Red+Green+Blue) = 221+55+27=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD371B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD371B is #22C8E4. Grayscale: #656565. Windows color (decimal): -2279653 or 1783773. OLE color: 1783773.
HSL color Cylindrical-coordinate representation of color #DD371B: hue angle of 8.66º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD371B is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 27 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.13 |
| HSL | 8.66º | 0.78% | 0.49% | - |
| HSV(B) | 8.66º | 0.88% | 0.87% | - |
| XYZ | 31.38 | 18.18 | 2.89 | - |
| YUV | 101.44 | 86 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 27 | 0 | 0.75 | 0.88 | 0.13 | 8.66 | 0.78 | 0.49 |
| Hex | DD | 37 | 1B | 0 | 4B | 58 | D | 9 | 4E | 31 |
| Octal | 335 | 67 | 33 | 0 | 113 | 130 | 15 | 11 | 116 | 61 |
| Binary | 11011101 | 110111 | 11011 | 0 | 1001011 | 1011000 | 1101 | 1001 | 1001110 | 110001 |
Color Harmonies of #DD371B
Complementary color
Monochromatic Colors of #DD371B
Black with #DD371B
Text Example
Text Example
White with #DD371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD371B; }
p { color: rgb(221,55,27); }
H1.HeaderClassName
{
color: #DD371B;
}
.AnyTagClassName
{
color: #DD371B;
}
</style>
background-color css
<style>
a { background-color: #DD371B; }
a { background-color: rgb(221,55,27); }
div.DivClassName
{
background-color: #DD371B;
}
.BgClassName
{
background-color: #DD371B;
}
</style>
border-color css
<style>
span { border-color: #DD371B; }
span { border-color: rgb(221,55,27); }
td.TdClassName
{
border-color: #DD371B;
}
.TagClassName
{
border-color: #DD371B;
}
</style>