Html Css Color HEX #DD271A Harley Davidson Orange
📋 copy color: '#DD271A'red 221 ◦ green 39 ◦ blue 26
Shades of Harley Davidson Orange #DD271A
Tints of Harley Davidson Orange #DD271A
RGB
CMYK
RGB Variations
Color information
#DD271A (or 0xDD271A) is known color: Harley Davidson Orange. HEX triplet: DD, 27 and 1A. RGB value is (221,39,26). Sum of RGB (Red+Green+Blue) = 221+39+26=286 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.27% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 221 - color contains mainly: red. Hex color #DD271A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD271A is #22D8E5. Grayscale: #5C5C5C. Windows color (decimal): -2283750 or 1714141. OLE color: 1714141.
HSL color Cylindrical-coordinate representation of color #DD271A: hue angle of 4º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD271A is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 26 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.13 |
| HSL | 4º | 0.79% | 0.48% | - |
| HSV(B) | 4º | 0.88% | 0.87% | - |
| XYZ | 30.73 | 16.9 | 2.62 | - |
| YUV | 91.94 | 90.8 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 26 | 0 | 0.82 | 0.88 | 0.13 | 4 | 0.79 | 0.48 |
| Hex | DD | 27 | 1A | 0 | 52 | 58 | D | 4 | 4F | 30 |
| Octal | 335 | 47 | 32 | 0 | 122 | 130 | 15 | 4 | 117 | 60 |
| Binary | 11011101 | 100111 | 11010 | 0 | 1010010 | 1011000 | 1101 | 100 | 1001111 | 110000 |
Color Harmonies of #DD271A
Complementary color
Monochromatic Colors of #DD271A
Black with #DD271A
Text Example
Text Example
White with #DD271A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD271A; }
p { color: rgb(221,39,26); }
H1.HeaderClassName
{
color: #DD271A;
}
.AnyTagClassName
{
color: #DD271A;
}
</style>
background-color css
<style>
a { background-color: #DD271A; }
a { background-color: rgb(221,39,26); }
div.DivClassName
{
background-color: #DD271A;
}
.BgClassName
{
background-color: #DD271A;
}
</style>
border-color css
<style>
span { border-color: #DD271A; }
span { border-color: rgb(221,39,26); }
td.TdClassName
{
border-color: #DD271A;
}
.TagClassName
{
border-color: #DD271A;
}
</style>