Html Css Color HEX #DD251E Harley Davidson Orange
📋 copy color: '#DD251E'red 221 ◦ green 37 ◦ blue 30
Shades of Harley Davidson Orange #DD251E
Tints of Harley Davidson Orange #DD251E
RGB
CMYK
RGB Variations
Color information
#DD251E (or 0xDD251E) is known color: Harley Davidson Orange. HEX triplet: DD, 25 and 1E. RGB value is (221,37,30). Sum of RGB (Red+Green+Blue) = 221+37+30=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD251E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD251E is #22DAE1. Grayscale: #5B5B5B. Windows color (decimal): -2284258 or 1975773. OLE color: 1975773.
HSL color Cylindrical-coordinate representation of color #DD251E: hue angle of 2.2º 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 #DD251E is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 30 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.13 |
| HSL | 2.2º | 0.76% | 0.49% | - |
| HSV(B) | 2.2º | 0.86% | 0.87% | - |
| XYZ | 30.71 | 16.79 | 2.85 | - |
| YUV | 91.22 | 93.46 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 30 | 0 | 0.83 | 0.86 | 0.13 | 2.2 | 0.76 | 0.49 |
| Hex | DD | 25 | 1E | 0 | 53 | 56 | D | 2 | 4C | 31 |
| Octal | 335 | 45 | 36 | 0 | 123 | 126 | 15 | 2 | 114 | 61 |
| Binary | 11011101 | 100101 | 11110 | 0 | 1010011 | 1010110 | 1101 | 10 | 1001100 | 110001 |
Color Harmonies of #DD251E
Complementary color
Monochromatic Colors of #DD251E
Black with #DD251E
Text Example
Text Example
White with #DD251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD251E; }
p { color: rgb(221,37,30); }
H1.HeaderClassName
{
color: #DD251E;
}
.AnyTagClassName
{
color: #DD251E;
}
</style>
background-color css
<style>
a { background-color: #DD251E; }
a { background-color: rgb(221,37,30); }
div.DivClassName
{
background-color: #DD251E;
}
.BgClassName
{
background-color: #DD251E;
}
</style>
border-color css
<style>
span { border-color: #DD251E; }
span { border-color: rgb(221,37,30); }
td.TdClassName
{
border-color: #DD251E;
}
.TagClassName
{
border-color: #DD251E;
}
</style>