Html Css Color HEX #DD441A Harley Davidson Orange

📋 copy color: '#DD441A'

red 221 ◦ green 68 ◦ blue 26

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

Shades of Harley Davidson Orange #DD441A

Tints of Harley Davidson Orange #DD441A

RGB

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

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

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

R = 70.16%
G = 21.59%
B = 8.25%

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

#DD441A (or 0xDD441A) is known color: Harley Davidson Orange. HEX triplet: DD, 44 and 1A. RGB value is (221,68,26). Sum of RGB (Red+Green+Blue) = 221+68+26=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD441A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD441A is #22BBE5. Grayscale: #6D6D6D. Windows color (decimal): -2276326 or 1721565. OLE color: 1721565.

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

Color convert

RGB 221 68 26 -
CMYK 0 0.69 0.88 0.13
HSL 12.92º 0.79% 0.48% -
HSV(B) 12.92º 0.88% 0.87% -
XYZ 32.07 19.58 3.07 -
YUV 108.96 81.19 207.92 -
System Red Green Blue C M Y K H S L
Decimal 221 68 26 0 0.69 0.88 0.13 12.92 0.79 0.48
Hex DD 44 1A 0 45 58 D D 4F 30
Octal 335 104 32 0 105 130 15 15 117 60
Binary 11011101 1000100 11010 0 1000101 1011000 1101 1101 1001111 110000

Color Harmonies of #DD441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD441A

Black with #DD441A

Text Example


Text Example

White with #DD441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD441A; }

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

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

background-color css

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

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

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

border-color css

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

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

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