Html Css Color HEX #DD4214 Harley Davidson Orange

📋 copy color: '#DD4214'

red 221 ◦ green 66 ◦ blue 20

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

Shades of Harley Davidson Orange #DD4214

Tints of Harley Davidson Orange #DD4214

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.5%

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

R = 71.99%
G = 21.5%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD4214 (or 0xDD4214) is known color: Harley Davidson Orange. HEX triplet: DD, 42 and 14. RGB value is (221,66,20). Sum of RGB (Red+Green+Blue) = 221+66+20=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4214 is #22BDEB. Grayscale: #6B6B6B. Windows color (decimal): -2276844 or 1327837. OLE color: 1327837.

HSL color Cylindrical-coordinate representation of color #DD4214: hue angle of 13.73º 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 #DD4214 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 66 20 -
CMYK 0 0.70 0.91 0.13
HSL 13.73º 0.83% 0.47% -
HSV(B) 13.73º 0.91% 0.87% -
XYZ 31.89 19.32 2.71 -
YUV 107.1 78.85 209.24 -
System Red Green Blue C M Y K H S L
Decimal 221 66 20 0 0.70 0.91 0.13 13.73 0.83 0.47
Hex DD 42 14 0 46 5B D E 53 2F
Octal 335 102 24 0 106 133 15 16 123 57
Binary 11011101 1000010 10100 0 1000110 1011011 1101 1110 1010011 101111

Color Harmonies of #DD4214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4214

Black with #DD4214

Text Example


Text Example

White with #DD4214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4214; }

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

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

background-color css

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

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

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

border-color css

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

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

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