Html Css Color HEX #DD361F Harley Davidson Orange
📋 copy color: '#DD361F'red 221 ◦ green 54 ◦ blue 31
Shades of Harley Davidson Orange #DD361F
Tints of Harley Davidson Orange #DD361F
RGB
CMYK
RGB Variations
Color information
#DD361F (or 0xDD361F) is known color: Harley Davidson Orange. HEX triplet: DD, 36 and 1F. RGB value is (221,54,31). Sum of RGB (Red+Green+Blue) = 221+54+31=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD361F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD361F is #22C9E0. Grayscale: #656565. Windows color (decimal): -2279905 or 2045661. OLE color: 2045661.
HSL color Cylindrical-coordinate representation of color #DD361F: hue angle of 7.26º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD361F is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 31 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.13 |
| HSL | 7.26º | 0.75% | 0.49% | - |
| HSV(B) | 7.26º | 0.86% | 0.87% | - |
| XYZ | 31.39 | 18.11 | 3.14 | - |
| YUV | 101.31 | 88.33 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 31 | 0 | 0.76 | 0.86 | 0.13 | 7.26 | 0.75 | 0.49 |
| Hex | DD | 36 | 1F | 0 | 4C | 56 | D | 7 | 4B | 31 |
| Octal | 335 | 66 | 37 | 0 | 114 | 126 | 15 | 7 | 113 | 61 |
| Binary | 11011101 | 110110 | 11111 | 0 | 1001100 | 1010110 | 1101 | 111 | 1001011 | 110001 |
Color Harmonies of #DD361F
Complementary color
Monochromatic Colors of #DD361F
Black with #DD361F
Text Example
Text Example
White with #DD361F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD361F; }
p { color: rgb(221,54,31); }
H1.HeaderClassName
{
color: #DD361F;
}
.AnyTagClassName
{
color: #DD361F;
}
</style>
background-color css
<style>
a { background-color: #DD361F; }
a { background-color: rgb(221,54,31); }
div.DivClassName
{
background-color: #DD361F;
}
.BgClassName
{
background-color: #DD361F;
}
</style>
border-color css
<style>
span { border-color: #DD361F; }
span { border-color: rgb(221,54,31); }
td.TdClassName
{
border-color: #DD361F;
}
.TagClassName
{
border-color: #DD361F;
}
</style>