Html Css Color HEX #DD2E1E Harley Davidson Orange
📋 copy color: '#DD2E1E'red 221 ◦ green 46 ◦ blue 30
Shades of Harley Davidson Orange #DD2E1E
Tints of Harley Davidson Orange #DD2E1E
RGB
CMYK
RGB Variations
Color information
#DD2E1E (or 0xDD2E1E) is known color: Harley Davidson Orange. HEX triplet: DD, 2E and 1E. RGB value is (221,46,30). Sum of RGB (Red+Green+Blue) = 221+46+30=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2E1E is #22D1E1. Grayscale: #606060. Windows color (decimal): -2281954 or 1978077. OLE color: 1978077.
HSL color Cylindrical-coordinate representation of color #DD2E1E: hue angle of 5.03º degrees, saturation: 0.76, 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 #DD2E1E is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 30 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.13 |
| HSL | 5.03º | 0.76% | 0.49% | - |
| HSV(B) | 5.03º | 0.86% | 0.87% | - |
| XYZ | 31.03 | 17.42 | 2.96 | - |
| YUV | 96.5 | 90.48 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 30 | 0 | 0.79 | 0.86 | 0.13 | 5.03 | 0.76 | 0.49 |
| Hex | DD | 2E | 1E | 0 | 4F | 56 | D | 5 | 4C | 31 |
| Octal | 335 | 56 | 36 | 0 | 117 | 126 | 15 | 5 | 114 | 61 |
| Binary | 11011101 | 101110 | 11110 | 0 | 1001111 | 1010110 | 1101 | 101 | 1001100 | 110001 |
Color Harmonies of #DD2E1E
Complementary color
Monochromatic Colors of #DD2E1E
Black with #DD2E1E
Text Example
Text Example
White with #DD2E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2E1E; }
p { color: rgb(221,46,30); }
H1.HeaderClassName
{
color: #DD2E1E;
}
.AnyTagClassName
{
color: #DD2E1E;
}
</style>
background-color css
<style>
a { background-color: #DD2E1E; }
a { background-color: rgb(221,46,30); }
div.DivClassName
{
background-color: #DD2E1E;
}
.BgClassName
{
background-color: #DD2E1E;
}
</style>
border-color css
<style>
span { border-color: #DD2E1E; }
span { border-color: rgb(221,46,30); }
td.TdClassName
{
border-color: #DD2E1E;
}
.TagClassName
{
border-color: #DD2E1E;
}
</style>