Html Css Color HEX #DD251B Harley Davidson Orange
📋 copy color: '#DD251B'red 221 ◦ green 37 ◦ blue 27
Shades of Harley Davidson Orange #DD251B
Tints of Harley Davidson Orange #DD251B
RGB
CMYK
RGB Variations
Color information
#DD251B (or 0xDD251B) is known color: Harley Davidson Orange. HEX triplet: DD, 25 and 1B. RGB value is (221,37,27). Sum of RGB (Red+Green+Blue) = 221+37+27=285 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.54% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 221 - color contains mainly: red. Hex color #DD251B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD251B is #22DAE4. Grayscale: #5B5B5B. Windows color (decimal): -2284261 or 1779165. OLE color: 1779165.
HSL color Cylindrical-coordinate representation of color #DD251B: hue angle of 3.09º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD251B is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 27 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.13 |
| HSL | 3.09º | 0.78% | 0.49% | - |
| HSV(B) | 3.09º | 0.88% | 0.87% | - |
| XYZ | 30.68 | 16.77 | 2.66 | - |
| YUV | 90.88 | 91.96 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 27 | 0 | 0.83 | 0.88 | 0.13 | 3.09 | 0.78 | 0.49 |
| Hex | DD | 25 | 1B | 0 | 53 | 58 | D | 3 | 4E | 31 |
| Octal | 335 | 45 | 33 | 0 | 123 | 130 | 15 | 3 | 116 | 61 |
| Binary | 11011101 | 100101 | 11011 | 0 | 1010011 | 1011000 | 1101 | 11 | 1001110 | 110001 |
Color Harmonies of #DD251B
Complementary color
Monochromatic Colors of #DD251B
Black with #DD251B
Text Example
Text Example
White with #DD251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD251B; }
p { color: rgb(221,37,27); }
H1.HeaderClassName
{
color: #DD251B;
}
.AnyTagClassName
{
color: #DD251B;
}
</style>
background-color css
<style>
a { background-color: #DD251B; }
a { background-color: rgb(221,37,27); }
div.DivClassName
{
background-color: #DD251B;
}
.BgClassName
{
background-color: #DD251B;
}
</style>
border-color css
<style>
span { border-color: #DD251B; }
span { border-color: rgb(221,37,27); }
td.TdClassName
{
border-color: #DD251B;
}
.TagClassName
{
border-color: #DD251B;
}
</style>