Html Css Color HEX #DD3F1C Harley Davidson Orange
📋 copy color: '#DD3F1C'red 221 ◦ green 63 ◦ blue 28
Shades of Harley Davidson Orange #DD3F1C
Tints of Harley Davidson Orange #DD3F1C
RGB
CMYK
RGB Variations
Color information
#DD3F1C (or 0xDD3F1C) is known color: Harley Davidson Orange. HEX triplet: DD, 3F and 1C. RGB value is (221,63,28). Sum of RGB (Red+Green+Blue) = 221+63+28=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3F1C is #22C0E3. Grayscale: #6A6A6A. Windows color (decimal): -2277604 or 1851357. OLE color: 1851357.
HSL color Cylindrical-coordinate representation of color #DD3F1C: hue angle of 10.88º 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 #DD3F1C is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 28 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.13 |
| HSL | 10.88º | 0.78% | 0.49% | - |
| HSV(B) | 10.88º | 0.87% | 0.87% | - |
| XYZ | 31.81 | 19.01 | 3.09 | - |
| YUV | 106.25 | 83.85 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 28 | 0 | 0.71 | 0.87 | 0.13 | 10.88 | 0.78 | 0.49 |
| Hex | DD | 3F | 1C | 0 | 47 | 57 | D | B | 4E | 31 |
| Octal | 335 | 77 | 34 | 0 | 107 | 127 | 15 | 13 | 116 | 61 |
| Binary | 11011101 | 111111 | 11100 | 0 | 1000111 | 1010111 | 1101 | 1011 | 1001110 | 110001 |
Color Harmonies of #DD3F1C
Complementary color
Monochromatic Colors of #DD3F1C
Black with #DD3F1C
Text Example
Text Example
White with #DD3F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F1C; }
p { color: rgb(221,63,28); }
H1.HeaderClassName
{
color: #DD3F1C;
}
.AnyTagClassName
{
color: #DD3F1C;
}
</style>
background-color css
<style>
a { background-color: #DD3F1C; }
a { background-color: rgb(221,63,28); }
div.DivClassName
{
background-color: #DD3F1C;
}
.BgClassName
{
background-color: #DD3F1C;
}
</style>
border-color css
<style>
span { border-color: #DD3F1C; }
span { border-color: rgb(221,63,28); }
td.TdClassName
{
border-color: #DD3F1C;
}
.TagClassName
{
border-color: #DD3F1C;
}
</style>