Html Css Color HEX #DD281B Harley Davidson Orange
📋 copy color: '#DD281B'red 221 ◦ green 40 ◦ blue 27
Shades of Harley Davidson Orange #DD281B
Tints of Harley Davidson Orange #DD281B
RGB
CMYK
RGB Variations
Color information
#DD281B (or 0xDD281B) is known color: Harley Davidson Orange. HEX triplet: DD, 28 and 1B. RGB value is (221,40,27). Sum of RGB (Red+Green+Blue) = 221+40+27=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD281B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD281B is #22D7E4. Grayscale: #5C5C5C. Windows color (decimal): -2283493 or 1779933. OLE color: 1779933.
HSL color Cylindrical-coordinate representation of color #DD281B: hue angle of 4.02º 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 #DD281B is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 27 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.13 |
| HSL | 4.02º | 0.78% | 0.49% | - |
| HSV(B) | 4.02º | 0.88% | 0.87% | - |
| XYZ | 30.78 | 16.97 | 2.69 | - |
| YUV | 92.64 | 90.97 | 219.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 27 | 0 | 0.82 | 0.88 | 0.13 | 4.02 | 0.78 | 0.49 |
| Hex | DD | 28 | 1B | 0 | 52 | 58 | D | 4 | 4E | 31 |
| Octal | 335 | 50 | 33 | 0 | 122 | 130 | 15 | 4 | 116 | 61 |
| Binary | 11011101 | 101000 | 11011 | 0 | 1010010 | 1011000 | 1101 | 100 | 1001110 | 110001 |
Color Harmonies of #DD281B
Complementary color
Monochromatic Colors of #DD281B
Black with #DD281B
Text Example
Text Example
White with #DD281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD281B; }
p { color: rgb(221,40,27); }
H1.HeaderClassName
{
color: #DD281B;
}
.AnyTagClassName
{
color: #DD281B;
}
</style>
background-color css
<style>
a { background-color: #DD281B; }
a { background-color: rgb(221,40,27); }
div.DivClassName
{
background-color: #DD281B;
}
.BgClassName
{
background-color: #DD281B;
}
</style>
border-color css
<style>
span { border-color: #DD281B; }
span { border-color: rgb(221,40,27); }
td.TdClassName
{
border-color: #DD281B;
}
.TagClassName
{
border-color: #DD281B;
}
</style>