Html Css Color HEX #DD391A Harley Davidson Orange

📋 copy color: '#DD391A'

red 221 ◦ green 57 ◦ blue 26

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

Shades of Harley Davidson Orange #DD391A

Tints of Harley Davidson Orange #DD391A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.55%

R = 72.7%
G = 18.75%
B = 8.55%

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

#DD391A (or 0xDD391A) is known color: Harley Davidson Orange. HEX triplet: DD, 39 and 1A. RGB value is (221,57,26). Sum of RGB (Red+Green+Blue) = 221+57+26=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD391A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD391A is #22C6E5. Grayscale: #666666. Windows color (decimal): -2279142 or 1718749. OLE color: 1718749.

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

Color convert

RGB 221 57 26 -
CMYK 0 0.74 0.88 0.13
HSL 9.54º 0.79% 0.48% -
HSV(B) 9.54º 0.88% 0.87% -
XYZ 31.47 18.37 2.87 -
YUV 102.5 84.83 212.52 -
System Red Green Blue C M Y K H S L
Decimal 221 57 26 0 0.74 0.88 0.13 9.54 0.79 0.48
Hex DD 39 1A 0 4A 58 D A 4F 30
Octal 335 71 32 0 112 130 15 12 117 60
Binary 11011101 111001 11010 0 1001010 1011000 1101 1010 1001111 110000

Color Harmonies of #DD391A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD391A

Black with #DD391A

Text Example


Text Example

White with #DD391A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD391A; }

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

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

background-color css

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

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

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

border-color css

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

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

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