Html Css Color HEX #DD350A Harley Davidson Orange
📋 copy color: '#DD350A'red 221 ◦ green 53 ◦ blue 10
Shades of Harley Davidson Orange #DD350A
Tints of Harley Davidson Orange #DD350A
RGB
CMYK
RGB Variations
Color information
#DD350A (or 0xDD350A) is known color: Harley Davidson Orange. HEX triplet: DD, 35 and 0A. RGB value is (221,53,10). Sum of RGB (Red+Green+Blue) = 221+53+10=284 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.82% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 221 - color contains mainly: red. Hex color #DD350A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD350A is #22CAF5. Grayscale: #626262. Windows color (decimal): -2280182 or 669149. OLE color: 669149.
HSL color Cylindrical-coordinate representation of color #DD350A: hue angle of 12.23º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD350A is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 10 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.13 |
| HSL | 12.23º | 0.91% | 0.45% | - |
| HSV(B) | 12.23º | 0.95% | 0.87% | - |
| XYZ | 31.15 | 17.94 | 2.11 | - |
| YUV | 98.33 | 78.16 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 10 | 0 | 0.76 | 0.95 | 0.13 | 12.23 | 0.91 | 0.45 |
| Hex | DD | 35 | A | 0 | 4C | 5F | D | C | 5B | 2D |
| Octal | 335 | 65 | 12 | 0 | 114 | 137 | 15 | 14 | 133 | 55 |
| Binary | 11011101 | 110101 | 1010 | 0 | 1001100 | 1011111 | 1101 | 1100 | 1011011 | 101101 |
Color Harmonies of #DD350A
Complementary color
Monochromatic Colors of #DD350A
Black with #DD350A
Text Example
Text Example
White with #DD350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD350A; }
p { color: rgb(221,53,10); }
H1.HeaderClassName
{
color: #DD350A;
}
.AnyTagClassName
{
color: #DD350A;
}
</style>
background-color css
<style>
a { background-color: #DD350A; }
a { background-color: rgb(221,53,10); }
div.DivClassName
{
background-color: #DD350A;
}
.BgClassName
{
background-color: #DD350A;
}
</style>
border-color css
<style>
span { border-color: #DD350A; }
span { border-color: rgb(221,53,10); }
td.TdClassName
{
border-color: #DD350A;
}
.TagClassName
{
border-color: #DD350A;
}
</style>