Html Css Color HEX #DD3701 Harley Davidson Orange
📋 copy color: '#DD3701'red 221 ◦ green 55 ◦ blue 1
Shades of Harley Davidson Orange #DD3701
Tints of Harley Davidson Orange #DD3701
RGB
CMYK
RGB Variations
Color information
#DD3701 (or 0xDD3701) is known color: Harley Davidson Orange. HEX triplet: DD, 37 and 01. RGB value is (221,55,1). Sum of RGB (Red+Green+Blue) = 221+55+1=277 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.78% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3701 is #22C8FE. Grayscale: #626262. Windows color (decimal): -2279679 or 79837. OLE color: 79837.
HSL color Cylindrical-coordinate representation of color #DD3701: hue angle of 14.73º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD3701 is Cyan = 0, Magento = 0.75, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 1 | - |
| CMYK | 0 | 0.75 | 1.00 | 0.13 |
| HSL | 14.73º | 0.99% | 0.44% | - |
| HSV(B) | 14.73º | 1% | 0.87% | - |
| XYZ | 31.19 | 18.11 | 1.88 | - |
| YUV | 98.48 | 73 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 1 | 0 | 0.75 | 1.00 | 0.13 | 14.73 | 0.99 | 0.44 |
| Hex | DD | 37 | 1 | 0 | 4B | 64 | D | F | 63 | 2C |
| Octal | 335 | 67 | 1 | 0 | 113 | 144 | 15 | 17 | 143 | 54 |
| Binary | 11011101 | 110111 | 1 | 0 | 1001011 | 1100100 | 1101 | 1111 | 1100011 | 101100 |
Color Harmonies of #DD3701
Complementary color
Monochromatic Colors of #DD3701
Black with #DD3701
Text Example
Text Example
White with #DD3701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3701; }
p { color: rgb(221,55,1); }
H1.HeaderClassName
{
color: #DD3701;
}
.AnyTagClassName
{
color: #DD3701;
}
</style>
background-color css
<style>
a { background-color: #DD3701; }
a { background-color: rgb(221,55,1); }
div.DivClassName
{
background-color: #DD3701;
}
.BgClassName
{
background-color: #DD3701;
}
</style>
border-color css
<style>
span { border-color: #DD3701; }
span { border-color: rgb(221,55,1); }
td.TdClassName
{
border-color: #DD3701;
}
.TagClassName
{
border-color: #DD3701;
}
</style>