Html Css Color HEX #DD220E Harley Davidson Orange

📋 copy color: '#DD220E'

red 221 ◦ green 34 ◦ blue 14

#DD220E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #DD220E

Tints of Harley Davidson Orange #DD220E

RGB

 RED value IS 221 (86.72% from 255) = 82.16%

 GREEN value IS 34 (13.67% from 255) = 12.64%

 BLUE value IS 14 (5.86% from 255) = 5.2%

R = 82.16%
G = 12.64%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DD220E (or 0xDD220E) is known color: Harley Davidson Orange. HEX triplet: DD, 22 and 0E. RGB value is (221,34,14). Sum of RGB (Red+Green+Blue) = 221+34+14=269 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.16% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 221 - color contains mainly: red. Hex color #DD220E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD220E is #22DDF1. Grayscale: #575757. Windows color (decimal): -2285042 or 926429. OLE color: 926429.

HSL color Cylindrical-coordinate representation of color #DD220E: hue angle of 5.8º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD220E is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 34 14 -
CMYK 0 0.85 0.94 0.13
HSL 5.8º 0.88% 0.46% -
HSV(B) 5.8º 0.94% 0.87% -
XYZ 30.47 16.55 2 -
YUV 87.63 86.45 223.13 -
System Red Green Blue C M Y K H S L
Decimal 221 34 14 0 0.85 0.94 0.13 5.8 0.88 0.46
Hex DD 22 E 0 55 5E D 6 58 2E
Octal 335 42 16 0 125 136 15 6 130 56
Binary 11011101 100010 1110 0 1010101 1011110 1101 110 1011000 101110

Color Harmonies of #DD220E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD220E

Black with #DD220E

Text Example


Text Example

White with #DD220E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD220E; }

 p { color: rgb(221,34,14); }

 H1.HeaderClassName
 {
   color: #DD220E;
 }
 .AnyTagClassName
 {
   color: #DD220E;
 }
</style>

background-color css

<style>
 a { background-color: #DD220E; }

 a { background-color: rgb(221,34,14); }

 div.DivClassName
 {
   background-color: #DD220E;
 }
 .BgClassName
 {
   background-color: #DD220E;
 }
</style>

border-color css

<style>
 span { border-color: #DD220E; }

 span { border-color: rgb(221,34,14); }

 td.TdClassName
 {
   border-color: #DD220E;
 }
 .TagClassName
 {
   border-color: #DD220E;
 }
</style>