Html Css Color HEX #DD261D Harley Davidson Orange
📋 copy color: '#DD261D'red 221 ◦ green 38 ◦ blue 29
Shades of Harley Davidson Orange #DD261D
Tints of Harley Davidson Orange #DD261D
RGB
CMYK
RGB Variations
Color information
#DD261D (or 0xDD261D) is known color: Harley Davidson Orange. HEX triplet: DD, 26 and 1D. RGB value is (221,38,29). Sum of RGB (Red+Green+Blue) = 221+38+29=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD261D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD261D is #22D9E2. Grayscale: #5B5B5B. Windows color (decimal): -2284003 or 1910493. OLE color: 1910493.
HSL color Cylindrical-coordinate representation of color #DD261D: hue angle of 2.81º 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 #DD261D is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 29 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.13 |
| HSL | 2.81º | 0.77% | 0.49% | - |
| HSV(B) | 2.81º | 0.87% | 0.87% | - |
| XYZ | 30.73 | 16.85 | 2.79 | - |
| YUV | 91.69 | 92.63 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 29 | 0 | 0.83 | 0.87 | 0.13 | 2.81 | 0.77 | 0.49 |
| Hex | DD | 26 | 1D | 0 | 53 | 57 | D | 3 | 4D | 31 |
| Octal | 335 | 46 | 35 | 0 | 123 | 127 | 15 | 3 | 115 | 61 |
| Binary | 11011101 | 100110 | 11101 | 0 | 1010011 | 1010111 | 1101 | 11 | 1001101 | 110001 |
Color Harmonies of #DD261D
Complementary color
Monochromatic Colors of #DD261D
Black with #DD261D
Text Example
Text Example
White with #DD261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD261D; }
p { color: rgb(221,38,29); }
H1.HeaderClassName
{
color: #DD261D;
}
.AnyTagClassName
{
color: #DD261D;
}
</style>
background-color css
<style>
a { background-color: #DD261D; }
a { background-color: rgb(221,38,29); }
div.DivClassName
{
background-color: #DD261D;
}
.BgClassName
{
background-color: #DD261D;
}
</style>
border-color css
<style>
span { border-color: #DD261D; }
span { border-color: rgb(221,38,29); }
td.TdClassName
{
border-color: #DD261D;
}
.TagClassName
{
border-color: #DD261D;
}
</style>