Html Css Color HEX #DD351C Harley Davidson Orange
📋 copy color: '#DD351C'red 221 ◦ green 53 ◦ blue 28
Shades of Harley Davidson Orange #DD351C
Tints of Harley Davidson Orange #DD351C
RGB
CMYK
RGB Variations
Color information
#DD351C (or 0xDD351C) is known color: Harley Davidson Orange. HEX triplet: DD, 35 and 1C. RGB value is (221,53,28). Sum of RGB (Red+Green+Blue) = 221+53+28=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD351C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD351C is #22CAE3. Grayscale: #646464. Windows color (decimal): -2280164 or 1848797. OLE color: 1848797.
HSL color Cylindrical-coordinate representation of color #DD351C: hue angle of 7.77º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD351C is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 28 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.13 |
| HSL | 7.77º | 0.78% | 0.49% | - |
| HSV(B) | 7.77º | 0.87% | 0.87% | - |
| XYZ | 31.3 | 18 | 2.92 | - |
| YUV | 100.38 | 87.16 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 28 | 0 | 0.76 | 0.87 | 0.13 | 7.77 | 0.78 | 0.49 |
| Hex | DD | 35 | 1C | 0 | 4C | 57 | D | 8 | 4E | 31 |
| Octal | 335 | 65 | 34 | 0 | 114 | 127 | 15 | 10 | 116 | 61 |
| Binary | 11011101 | 110101 | 11100 | 0 | 1001100 | 1010111 | 1101 | 1000 | 1001110 | 110001 |
Color Harmonies of #DD351C
Complementary color
Monochromatic Colors of #DD351C
Black with #DD351C
Text Example
Text Example
White with #DD351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD351C; }
p { color: rgb(221,53,28); }
H1.HeaderClassName
{
color: #DD351C;
}
.AnyTagClassName
{
color: #DD351C;
}
</style>
background-color css
<style>
a { background-color: #DD351C; }
a { background-color: rgb(221,53,28); }
div.DivClassName
{
background-color: #DD351C;
}
.BgClassName
{
background-color: #DD351C;
}
</style>
border-color css
<style>
span { border-color: #DD351C; }
span { border-color: rgb(221,53,28); }
td.TdClassName
{
border-color: #DD351C;
}
.TagClassName
{
border-color: #DD351C;
}
</style>