Html Css Color HEX #DD261B Harley Davidson Orange
📋 copy color: '#DD261B'red 221 ◦ green 38 ◦ blue 27
Shades of Harley Davidson Orange #DD261B
Tints of Harley Davidson Orange #DD261B
RGB
CMYK
RGB Variations
Color information
#DD261B (or 0xDD261B) is known color: Harley Davidson Orange. HEX triplet: DD, 26 and 1B. RGB value is (221,38,27). Sum of RGB (Red+Green+Blue) = 221+38+27=286 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.27% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 221 - color contains mainly: red. Hex color #DD261B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD261B is #22D9E4. Grayscale: #5B5B5B. Windows color (decimal): -2284005 or 1779421. OLE color: 1779421.
HSL color Cylindrical-coordinate representation of color #DD261B: hue angle of 3.4º 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 #DD261B is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 27 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.13 |
| HSL | 3.4º | 0.78% | 0.49% | - |
| HSV(B) | 3.4º | 0.88% | 0.87% | - |
| XYZ | 30.71 | 16.84 | 2.67 | - |
| YUV | 91.46 | 91.63 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 27 | 0 | 0.83 | 0.88 | 0.13 | 3.4 | 0.78 | 0.49 |
| Hex | DD | 26 | 1B | 0 | 53 | 58 | D | 3 | 4E | 31 |
| Octal | 335 | 46 | 33 | 0 | 123 | 130 | 15 | 3 | 116 | 61 |
| Binary | 11011101 | 100110 | 11011 | 0 | 1010011 | 1011000 | 1101 | 11 | 1001110 | 110001 |
Color Harmonies of #DD261B
Complementary color
Monochromatic Colors of #DD261B
Black with #DD261B
Text Example
Text Example
White with #DD261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD261B; }
p { color: rgb(221,38,27); }
H1.HeaderClassName
{
color: #DD261B;
}
.AnyTagClassName
{
color: #DD261B;
}
</style>
background-color css
<style>
a { background-color: #DD261B; }
a { background-color: rgb(221,38,27); }
div.DivClassName
{
background-color: #DD261B;
}
.BgClassName
{
background-color: #DD261B;
}
</style>
border-color css
<style>
span { border-color: #DD261B; }
span { border-color: rgb(221,38,27); }
td.TdClassName
{
border-color: #DD261B;
}
.TagClassName
{
border-color: #DD261B;
}
</style>