Html Css Color HEX #DD341F Harley Davidson Orange
📋 copy color: '#DD341F'red 221 ◦ green 52 ◦ blue 31
Shades of Harley Davidson Orange #DD341F
Tints of Harley Davidson Orange #DD341F
RGB
CMYK
RGB Variations
Color information
#DD341F (or 0xDD341F) is known color: Harley Davidson Orange. HEX triplet: DD, 34 and 1F. RGB value is (221,52,31). Sum of RGB (Red+Green+Blue) = 221+52+31=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD341F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD341F is #22CBE0. Grayscale: #646464. Windows color (decimal): -2280417 or 2045149. OLE color: 2045149.
HSL color Cylindrical-coordinate representation of color #DD341F: hue angle of 6.63º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD341F is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 31 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.13 |
| HSL | 6.63º | 0.75% | 0.49% | - |
| HSV(B) | 6.63º | 0.86% | 0.87% | - |
| XYZ | 31.29 | 17.93 | 3.11 | - |
| YUV | 100.14 | 88.99 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 31 | 0 | 0.76 | 0.86 | 0.13 | 6.63 | 0.75 | 0.49 |
| Hex | DD | 34 | 1F | 0 | 4C | 56 | D | 7 | 4B | 31 |
| Octal | 335 | 64 | 37 | 0 | 114 | 126 | 15 | 7 | 113 | 61 |
| Binary | 11011101 | 110100 | 11111 | 0 | 1001100 | 1010110 | 1101 | 111 | 1001011 | 110001 |
Color Harmonies of #DD341F
Complementary color
Monochromatic Colors of #DD341F
Black with #DD341F
Text Example
Text Example
White with #DD341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD341F; }
p { color: rgb(221,52,31); }
H1.HeaderClassName
{
color: #DD341F;
}
.AnyTagClassName
{
color: #DD341F;
}
</style>
background-color css
<style>
a { background-color: #DD341F; }
a { background-color: rgb(221,52,31); }
div.DivClassName
{
background-color: #DD341F;
}
.BgClassName
{
background-color: #DD341F;
}
</style>
border-color css
<style>
span { border-color: #DD341F; }
span { border-color: rgb(221,52,31); }
td.TdClassName
{
border-color: #DD341F;
}
.TagClassName
{
border-color: #DD341F;
}
</style>