Html Css Color HEX #DD4313 Harley Davidson Orange
📋 copy color: '#DD4313'red 221 ◦ green 67 ◦ blue 19
Shades of Harley Davidson Orange #DD4313
Tints of Harley Davidson Orange #DD4313
RGB
CMYK
RGB Variations
Color information
#DD4313 (or 0xDD4313) is known color: Harley Davidson Orange. HEX triplet: DD, 43 and 13. RGB value is (221,67,19). Sum of RGB (Red+Green+Blue) = 221+67+19=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4313 is #22BCEC. Grayscale: #6B6B6B. Windows color (decimal): -2276589 or 1262557. OLE color: 1262557.
HSL color Cylindrical-coordinate representation of color #DD4313: hue angle of 14.26º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD4313 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 19 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.13 |
| HSL | 14.26º | 0.84% | 0.47% | - |
| HSV(B) | 14.26º | 0.91% | 0.87% | - |
| XYZ | 31.94 | 19.43 | 2.68 | - |
| YUV | 107.57 | 78.02 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 19 | 0 | 0.70 | 0.91 | 0.13 | 14.26 | 0.84 | 0.47 |
| Hex | DD | 43 | 13 | 0 | 46 | 5B | D | E | 54 | 2F |
| Octal | 335 | 103 | 23 | 0 | 106 | 133 | 15 | 16 | 124 | 57 |
| Binary | 11011101 | 1000011 | 10011 | 0 | 1000110 | 1011011 | 1101 | 1110 | 1010100 | 101111 |
Color Harmonies of #DD4313
Complementary color
Monochromatic Colors of #DD4313
Black with #DD4313
Text Example
Text Example
White with #DD4313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4313; }
p { color: rgb(221,67,19); }
H1.HeaderClassName
{
color: #DD4313;
}
.AnyTagClassName
{
color: #DD4313;
}
</style>
background-color css
<style>
a { background-color: #DD4313; }
a { background-color: rgb(221,67,19); }
div.DivClassName
{
background-color: #DD4313;
}
.BgClassName
{
background-color: #DD4313;
}
</style>
border-color css
<style>
span { border-color: #DD4313; }
span { border-color: rgb(221,67,19); }
td.TdClassName
{
border-color: #DD4313;
}
.TagClassName
{
border-color: #DD4313;
}
</style>