Html Css Color HEX #DD341C Harley Davidson Orange
📋 copy color: '#DD341C'red 221 ◦ green 52 ◦ blue 28
Shades of Harley Davidson Orange #DD341C
Tints of Harley Davidson Orange #DD341C
RGB
CMYK
RGB Variations
Color information
#DD341C (or 0xDD341C) is known color: Harley Davidson Orange. HEX triplet: DD, 34 and 1C. RGB value is (221,52,28). Sum of RGB (Red+Green+Blue) = 221+52+28=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD341C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD341C is #22CBE3. Grayscale: #646464. Windows color (decimal): -2280420 or 1848541. OLE color: 1848541.
HSL color Cylindrical-coordinate representation of color #DD341C: hue angle of 7.46º 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 #DD341C is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 28 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.13 |
| HSL | 7.46º | 0.78% | 0.49% | - |
| HSV(B) | 7.46º | 0.87% | 0.87% | - |
| XYZ | 31.26 | 17.91 | 2.91 | - |
| YUV | 99.8 | 87.49 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 28 | 0 | 0.76 | 0.87 | 0.13 | 7.46 | 0.78 | 0.49 |
| Hex | DD | 34 | 1C | 0 | 4C | 57 | D | 7 | 4E | 31 |
| Octal | 335 | 64 | 34 | 0 | 114 | 127 | 15 | 7 | 116 | 61 |
| Binary | 11011101 | 110100 | 11100 | 0 | 1001100 | 1010111 | 1101 | 111 | 1001110 | 110001 |
Color Harmonies of #DD341C
Complementary color
Monochromatic Colors of #DD341C
Black with #DD341C
Text Example
Text Example
White with #DD341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD341C; }
p { color: rgb(221,52,28); }
H1.HeaderClassName
{
color: #DD341C;
}
.AnyTagClassName
{
color: #DD341C;
}
</style>
background-color css
<style>
a { background-color: #DD341C; }
a { background-color: rgb(221,52,28); }
div.DivClassName
{
background-color: #DD341C;
}
.BgClassName
{
background-color: #DD341C;
}
</style>
border-color css
<style>
span { border-color: #DD341C; }
span { border-color: rgb(221,52,28); }
td.TdClassName
{
border-color: #DD341C;
}
.TagClassName
{
border-color: #DD341C;
}
</style>