Html Css Color HEX #DD431B Harley Davidson Orange
📋 copy color: '#DD431B'red 221 ◦ green 67 ◦ blue 27
Shades of Harley Davidson Orange #DD431B
Tints of Harley Davidson Orange #DD431B
RGB
CMYK
RGB Variations
Color information
#DD431B (or 0xDD431B) is known color: Harley Davidson Orange. HEX triplet: DD, 43 and 1B. RGB value is (221,67,27). Sum of RGB (Red+Green+Blue) = 221+67+27=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD431B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD431B is #22BCE4. Grayscale: #6C6C6C. Windows color (decimal): -2276581 or 1786845. OLE color: 1786845.
HSL color Cylindrical-coordinate representation of color #DD431B: hue angle of 12.37º 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 #DD431B is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 27 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.13 |
| HSL | 12.37º | 0.78% | 0.49% | - |
| HSV(B) | 12.37º | 0.88% | 0.87% | - |
| XYZ | 32.02 | 19.47 | 3.11 | - |
| YUV | 108.49 | 82.02 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 27 | 0 | 0.70 | 0.88 | 0.13 | 12.37 | 0.78 | 0.49 |
| Hex | DD | 43 | 1B | 0 | 46 | 58 | D | C | 4E | 31 |
| Octal | 335 | 103 | 33 | 0 | 106 | 130 | 15 | 14 | 116 | 61 |
| Binary | 11011101 | 1000011 | 11011 | 0 | 1000110 | 1011000 | 1101 | 1100 | 1001110 | 110001 |
Color Harmonies of #DD431B
Complementary color
Monochromatic Colors of #DD431B
Black with #DD431B
Text Example
Text Example
White with #DD431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD431B; }
p { color: rgb(221,67,27); }
H1.HeaderClassName
{
color: #DD431B;
}
.AnyTagClassName
{
color: #DD431B;
}
</style>
background-color css
<style>
a { background-color: #DD431B; }
a { background-color: rgb(221,67,27); }
div.DivClassName
{
background-color: #DD431B;
}
.BgClassName
{
background-color: #DD431B;
}
</style>
border-color css
<style>
span { border-color: #DD431B; }
span { border-color: rgb(221,67,27); }
td.TdClassName
{
border-color: #DD431B;
}
.TagClassName
{
border-color: #DD431B;
}
</style>