Html Css Color HEX #DD3D1C Harley Davidson Orange
📋 copy color: '#DD3D1C'red 221 ◦ green 61 ◦ blue 28
Shades of Harley Davidson Orange #DD3D1C
Tints of Harley Davidson Orange #DD3D1C
RGB
CMYK
RGB Variations
Color information
#DD3D1C (or 0xDD3D1C) is known color: Harley Davidson Orange. HEX triplet: DD, 3D and 1C. RGB value is (221,61,28). Sum of RGB (Red+Green+Blue) = 221+61+28=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3D1C is #22C2E3. Grayscale: #696969. Windows color (decimal): -2278116 or 1850845. OLE color: 1850845.
HSL color Cylindrical-coordinate representation of color #DD3D1C: hue angle of 10.26º 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 #DD3D1C is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 61 | 28 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.13 |
| HSL | 10.26º | 0.78% | 0.49% | - |
| HSV(B) | 10.26º | 0.87% | 0.87% | - |
| XYZ | 31.7 | 18.79 | 3.06 | - |
| YUV | 105.08 | 84.51 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 61 | 28 | 0 | 0.72 | 0.87 | 0.13 | 10.26 | 0.78 | 0.49 |
| Hex | DD | 3D | 1C | 0 | 48 | 57 | D | A | 4E | 31 |
| Octal | 335 | 75 | 34 | 0 | 110 | 127 | 15 | 12 | 116 | 61 |
| Binary | 11011101 | 111101 | 11100 | 0 | 1001000 | 1010111 | 1101 | 1010 | 1001110 | 110001 |
Color Harmonies of #DD3D1C
Complementary color
Monochromatic Colors of #DD3D1C
Black with #DD3D1C
Text Example
Text Example
White with #DD3D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3D1C; }
p { color: rgb(221,61,28); }
H1.HeaderClassName
{
color: #DD3D1C;
}
.AnyTagClassName
{
color: #DD3D1C;
}
</style>
background-color css
<style>
a { background-color: #DD3D1C; }
a { background-color: rgb(221,61,28); }
div.DivClassName
{
background-color: #DD3D1C;
}
.BgClassName
{
background-color: #DD3D1C;
}
</style>
border-color css
<style>
span { border-color: #DD3D1C; }
span { border-color: rgb(221,61,28); }
td.TdClassName
{
border-color: #DD3D1C;
}
.TagClassName
{
border-color: #DD3D1C;
}
</style>