Html Css Color HEX #DD320E Harley Davidson Orange

📋 copy color: '#DD320E'

red 221 ◦ green 50 ◦ blue 14

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

Shades of Harley Davidson Orange #DD320E

Tints of Harley Davidson Orange #DD320E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.54%

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

R = 77.54%
G = 17.54%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD320E (or 0xDD320E) is known color: Harley Davidson Orange. HEX triplet: DD, 32 and 0E. RGB value is (221,50,14). Sum of RGB (Red+Green+Blue) = 221+50+14=285 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.54% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 14 (5.86% from 255 or 4.91% from 285); Max value from RGB is 221 - color contains mainly: red. Hex color #DD320E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD320E is #22CDF1. Grayscale: #616161. Windows color (decimal): -2280946 or 930525. OLE color: 930525.

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

Color convert

RGB 221 50 14 -
CMYK 0 0.77 0.94 0.13
HSL 10.43º 0.88% 0.46% -
HSV(B) 10.43º 0.94% 0.87% -
XYZ 31.04 17.69 2.19 -
YUV 97.03 81.15 216.43 -
System Red Green Blue C M Y K H S L
Decimal 221 50 14 0 0.77 0.94 0.13 10.43 0.88 0.46
Hex DD 32 E 0 4D 5E D A 58 2E
Octal 335 62 16 0 115 136 15 12 130 56
Binary 11011101 110010 1110 0 1001101 1011110 1101 1010 1011000 101110

Color Harmonies of #DD320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD320E

Black with #DD320E

Text Example


Text Example

White with #DD320E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD320E; }

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

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

background-color css

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

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

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

border-color css

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

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

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