Html Css Color HEX #DD251D Harley Davidson Orange
📋 copy color: '#DD251D'red 221 ◦ green 37 ◦ blue 29
Shades of Harley Davidson Orange #DD251D
Tints of Harley Davidson Orange #DD251D
RGB
CMYK
RGB Variations
Color information
#DD251D (or 0xDD251D) is known color: Harley Davidson Orange. HEX triplet: DD, 25 and 1D. RGB value is (221,37,29). Sum of RGB (Red+Green+Blue) = 221+37+29=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD251D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD251D is #22DAE2. Grayscale: #5B5B5B. Windows color (decimal): -2284259 or 1910237. OLE color: 1910237.
HSL color Cylindrical-coordinate representation of color #DD251D: hue angle of 2.5º degrees, saturation: 0.77, 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 #DD251D is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 29 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.13 |
| HSL | 2.5º | 0.77% | 0.49% | - |
| HSV(B) | 2.5º | 0.87% | 0.87% | - |
| XYZ | 30.7 | 16.78 | 2.78 | - |
| YUV | 91.1 | 92.96 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 29 | 0 | 0.83 | 0.87 | 0.13 | 2.5 | 0.77 | 0.49 |
| Hex | DD | 25 | 1D | 0 | 53 | 57 | D | 2 | 4D | 31 |
| Octal | 335 | 45 | 35 | 0 | 123 | 127 | 15 | 2 | 115 | 61 |
| Binary | 11011101 | 100101 | 11101 | 0 | 1010011 | 1010111 | 1101 | 10 | 1001101 | 110001 |
Color Harmonies of #DD251D
Complementary color
Monochromatic Colors of #DD251D
Black with #DD251D
Text Example
Text Example
White with #DD251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD251D; }
p { color: rgb(221,37,29); }
H1.HeaderClassName
{
color: #DD251D;
}
.AnyTagClassName
{
color: #DD251D;
}
</style>
background-color css
<style>
a { background-color: #DD251D; }
a { background-color: rgb(221,37,29); }
div.DivClassName
{
background-color: #DD251D;
}
.BgClassName
{
background-color: #DD251D;
}
</style>
border-color css
<style>
span { border-color: #DD251D; }
span { border-color: rgb(221,37,29); }
td.TdClassName
{
border-color: #DD251D;
}
.TagClassName
{
border-color: #DD251D;
}
</style>