Html Css Color HEX #DD441B Harley Davidson Orange

📋 copy color: '#DD441B'

red 221 ◦ green 68 ◦ blue 27

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

Shades of Harley Davidson Orange #DD441B

Tints of Harley Davidson Orange #DD441B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.52%

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

R = 69.94%
G = 21.52%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD441B (or 0xDD441B) is known color: Harley Davidson Orange. HEX triplet: DD, 44 and 1B. RGB value is (221,68,27). Sum of RGB (Red+Green+Blue) = 221+68+27=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD441B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD441B is #22BBE4. Grayscale: #6D6D6D. Windows color (decimal): -2276325 or 1787101. OLE color: 1787101.

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

Color convert

RGB 221 68 27 -
CMYK 0 0.69 0.88 0.13
HSL 12.68º 0.78% 0.49% -
HSV(B) 12.68º 0.88% 0.87% -
XYZ 32.08 19.59 3.13 -
YUV 109.07 81.69 207.83 -
System Red Green Blue C M Y K H S L
Decimal 221 68 27 0 0.69 0.88 0.13 12.68 0.78 0.49
Hex DD 44 1B 0 45 58 D D 4E 31
Octal 335 104 33 0 105 130 15 15 116 61
Binary 11011101 1000100 11011 0 1000101 1011000 1101 1101 1001110 110001

Color Harmonies of #DD441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD441B

Black with #DD441B

Text Example


Text Example

White with #DD441B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD441B; }

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

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

background-color css

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

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

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

border-color css

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

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

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