Html Css Color HEX #DD281C Harley Davidson Orange
📋 copy color: '#DD281C'red 221 ◦ green 40 ◦ blue 28
Shades of Harley Davidson Orange #DD281C
Tints of Harley Davidson Orange #DD281C
RGB
CMYK
RGB Variations
Color information
#DD281C (or 0xDD281C) is known color: Harley Davidson Orange. HEX triplet: DD, 28 and 1C. RGB value is (221,40,28). Sum of RGB (Red+Green+Blue) = 221+40+28=289 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.47% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 221 - color contains mainly: red. Hex color #DD281C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD281C is #22D7E3. Grayscale: #5C5C5C. Windows color (decimal): -2283492 or 1845469. OLE color: 1845469.
HSL color Cylindrical-coordinate representation of color #DD281C: hue angle of 3.73º degrees, saturation: 0.78, 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 #DD281C is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 28 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.13 |
| HSL | 3.73º | 0.78% | 0.49% | - |
| HSV(B) | 3.73º | 0.87% | 0.87% | - |
| XYZ | 30.79 | 16.97 | 2.75 | - |
| YUV | 92.75 | 91.47 | 219.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 28 | 0 | 0.82 | 0.87 | 0.13 | 3.73 | 0.78 | 0.49 |
| Hex | DD | 28 | 1C | 0 | 52 | 57 | D | 4 | 4E | 31 |
| Octal | 335 | 50 | 34 | 0 | 122 | 127 | 15 | 4 | 116 | 61 |
| Binary | 11011101 | 101000 | 11100 | 0 | 1010010 | 1010111 | 1101 | 100 | 1001110 | 110001 |
Color Harmonies of #DD281C
Complementary color
Monochromatic Colors of #DD281C
Black with #DD281C
Text Example
Text Example
White with #DD281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD281C; }
p { color: rgb(221,40,28); }
H1.HeaderClassName
{
color: #DD281C;
}
.AnyTagClassName
{
color: #DD281C;
}
</style>
background-color css
<style>
a { background-color: #DD281C; }
a { background-color: rgb(221,40,28); }
div.DivClassName
{
background-color: #DD281C;
}
.BgClassName
{
background-color: #DD281C;
}
</style>
border-color css
<style>
span { border-color: #DD281C; }
span { border-color: rgb(221,40,28); }
td.TdClassName
{
border-color: #DD281C;
}
.TagClassName
{
border-color: #DD281C;
}
</style>