Html Css Color HEX #DD4114 Harley Davidson Orange

📋 copy color: '#DD4114'

red 221 ◦ green 65 ◦ blue 20

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

Shades of Harley Davidson Orange #DD4114

Tints of Harley Davidson Orange #DD4114

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.24%

 BLUE value IS 20 (8.2% from 255) = 6.54%

R = 72.22%
G = 21.24%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD4114 (or 0xDD4114) is known color: Harley Davidson Orange. HEX triplet: DD, 41 and 14. RGB value is (221,65,20). Sum of RGB (Red+Green+Blue) = 221+65+20=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4114 is #22BEEB. Grayscale: #6A6A6A. Windows color (decimal): -2277100 or 1327581. OLE color: 1327581.

HSL color Cylindrical-coordinate representation of color #DD4114: hue angle of 13.43º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD4114 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 65 20 -
CMYK 0 0.71 0.91 0.13
HSL 13.43º 0.83% 0.47% -
HSV(B) 13.43º 0.91% 0.87% -
XYZ 31.84 19.2 2.69 -
YUV 106.51 79.18 209.66 -
System Red Green Blue C M Y K H S L
Decimal 221 65 20 0 0.71 0.91 0.13 13.43 0.83 0.47
Hex DD 41 14 0 47 5B D D 53 2F
Octal 335 101 24 0 107 133 15 15 123 57
Binary 11011101 1000001 10100 0 1000111 1011011 1101 1101 1010011 101111

Color Harmonies of #DD4114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4114

Black with #DD4114

Text Example


Text Example

White with #DD4114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4114; }

 p { color: rgb(221,65,20); }

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

background-color css

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

 a { background-color: rgb(221,65,20); }

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

border-color css

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

 span { border-color: rgb(221,65,20); }

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