Html Css Color HEX #DD391B Harley Davidson Orange

📋 copy color: '#DD391B'

red 221 ◦ green 57 ◦ blue 27

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

Shades of Harley Davidson Orange #DD391B

Tints of Harley Davidson Orange #DD391B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.69%

 BLUE value IS 27 (10.94% from 255) = 8.85%

R = 72.46%
G = 18.69%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD391B (or 0xDD391B) is known color: Harley Davidson Orange. HEX triplet: DD, 39 and 1B. RGB value is (221,57,27). Sum of RGB (Red+Green+Blue) = 221+57+27=305 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.46% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 221 - color contains mainly: red. Hex color #DD391B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD391B is #22C6E4. Grayscale: #666666. Windows color (decimal): -2279141 or 1784285. OLE color: 1784285.

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

Color convert

RGB 221 57 27 -
CMYK 0 0.74 0.88 0.13
HSL 9.28º 0.78% 0.49% -
HSV(B) 9.28º 0.88% 0.87% -
XYZ 31.48 18.38 2.92 -
YUV 102.62 85.33 212.44 -
System Red Green Blue C M Y K H S L
Decimal 221 57 27 0 0.74 0.88 0.13 9.28 0.78 0.49
Hex DD 39 1B 0 4A 58 D 9 4E 31
Octal 335 71 33 0 112 130 15 11 116 61
Binary 11011101 111001 11011 0 1001010 1011000 1101 1001 1001110 110001

Color Harmonies of #DD391B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD391B

Black with #DD391B

Text Example


Text Example

White with #DD391B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD391B; }

 p { color: rgb(221,57,27); }

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

background-color css

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

 a { background-color: rgb(221,57,27); }

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

border-color css

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

 span { border-color: rgb(221,57,27); }

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