Html Css Color HEX #DD361B Harley Davidson Orange

📋 copy color: '#DD361B'

red 221 ◦ green 54 ◦ blue 27

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

Shades of Harley Davidson Orange #DD361B

Tints of Harley Davidson Orange #DD361B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.88%

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

R = 73.18%
G = 17.88%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD361B (or 0xDD361B) is known color: Harley Davidson Orange. HEX triplet: DD, 36 and 1B. RGB value is (221,54,27). Sum of RGB (Red+Green+Blue) = 221+54+27=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD361B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD361B is #22C9E4. Grayscale: #656565. Windows color (decimal): -2279909 or 1783517. OLE color: 1783517.

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

Color convert

RGB 221 54 27 -
CMYK 0 0.76 0.88 0.13
HSL 8.35º 0.78% 0.49% -
HSV(B) 8.35º 0.88% 0.87% -
XYZ 31.34 18.09 2.88 -
YUV 100.86 86.33 213.7 -
System Red Green Blue C M Y K H S L
Decimal 221 54 27 0 0.76 0.88 0.13 8.35 0.78 0.49
Hex DD 36 1B 0 4C 58 D 8 4E 31
Octal 335 66 33 0 114 130 15 10 116 61
Binary 11011101 110110 11011 0 1001100 1011000 1101 1000 1001110 110001

Color Harmonies of #DD361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD361B

Black with #DD361B

Text Example


Text Example

White with #DD361B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD361B; }

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

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

background-color css

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

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

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

border-color css

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

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

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