Html Css Color HEX #DD370F Harley Davidson Orange
📋 copy color: '#DD370F'red 221 ◦ green 55 ◦ blue 15
Shades of Harley Davidson Orange #DD370F
Tints of Harley Davidson Orange #DD370F
RGB
CMYK
RGB Variations
Color information
#DD370F (or 0xDD370F) is known color: Harley Davidson Orange. HEX triplet: DD, 37 and 0F. RGB value is (221,55,15). Sum of RGB (Red+Green+Blue) = 221+55+15=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD370F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD370F is #22C8F0. Grayscale: #646464. Windows color (decimal): -2279665 or 997341. OLE color: 997341.
HSL color Cylindrical-coordinate representation of color #DD370F: hue angle of 11.65º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD370F is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 15 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.13 |
| HSL | 11.65º | 0.87% | 0.46% | - |
| HSV(B) | 11.65º | 0.93% | 0.87% | - |
| XYZ | 31.27 | 18.14 | 2.3 | - |
| YUV | 100.07 | 80 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 15 | 0 | 0.75 | 0.93 | 0.13 | 11.65 | 0.87 | 0.46 |
| Hex | DD | 37 | F | 0 | 4B | 5D | D | C | 57 | 2E |
| Octal | 335 | 67 | 17 | 0 | 113 | 135 | 15 | 14 | 127 | 56 |
| Binary | 11011101 | 110111 | 1111 | 0 | 1001011 | 1011101 | 1101 | 1100 | 1010111 | 101110 |
Color Harmonies of #DD370F
Complementary color
Monochromatic Colors of #DD370F
Black with #DD370F
Text Example
Text Example
White with #DD370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD370F; }
p { color: rgb(221,55,15); }
H1.HeaderClassName
{
color: #DD370F;
}
.AnyTagClassName
{
color: #DD370F;
}
</style>
background-color css
<style>
a { background-color: #DD370F; }
a { background-color: rgb(221,55,15); }
div.DivClassName
{
background-color: #DD370F;
}
.BgClassName
{
background-color: #DD370F;
}
</style>
border-color css
<style>
span { border-color: #DD370F; }
span { border-color: rgb(221,55,15); }
td.TdClassName
{
border-color: #DD370F;
}
.TagClassName
{
border-color: #DD370F;
}
</style>