Html Css Color HEX #DD321E Harley Davidson Orange

📋 copy color: '#DD321E'

red 221 ◦ green 50 ◦ blue 30

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

Shades of Harley Davidson Orange #DD321E

Tints of Harley Davidson Orange #DD321E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.97%

R = 73.42%
G = 16.61%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD321E (or 0xDD321E) is known color: Harley Davidson Orange. HEX triplet: DD, 32 and 1E. RGB value is (221,50,30). Sum of RGB (Red+Green+Blue) = 221+50+30=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD321E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD321E is #22CDE1. Grayscale: #636363. Windows color (decimal): -2280930 or 1979101. OLE color: 1979101.

HSL color Cylindrical-coordinate representation of color #DD321E: hue angle of 6.28º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD321E is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 50 30 -
CMYK 0 0.77 0.86 0.13
HSL 6.28º 0.76% 0.49% -
HSV(B) 6.28º 0.86% 0.87% -
XYZ 31.19 17.75 3.01 -
YUV 98.85 89.15 215.13 -
System Red Green Blue C M Y K H S L
Decimal 221 50 30 0 0.77 0.86 0.13 6.28 0.76 0.49
Hex DD 32 1E 0 4D 56 D 6 4C 31
Octal 335 62 36 0 115 126 15 6 114 61
Binary 11011101 110010 11110 0 1001101 1010110 1101 110 1001100 110001

Color Harmonies of #DD321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD321E

Black with #DD321E

Text Example


Text Example

White with #DD321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD321E; }

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

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

background-color css

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

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

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

border-color css

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

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

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