Html Css Color HEX #DD4412 Harley Davidson Orange

📋 copy color: '#DD4412'

red 221 ◦ green 68 ◦ blue 18

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

Shades of Harley Davidson Orange #DD4412

Tints of Harley Davidson Orange #DD4412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.86%

R = 71.99%
G = 22.15%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD4412 (or 0xDD4412) is known color: Harley Davidson Orange. HEX triplet: DD, 44 and 12. RGB value is (221,68,18). Sum of RGB (Red+Green+Blue) = 221+68+18=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4412 is #22BBED. Grayscale: #6C6C6C. Windows color (decimal): -2276334 or 1197277. OLE color: 1197277.

HSL color Cylindrical-coordinate representation of color #DD4412: hue angle of 14.78º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD4412 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 68 18 -
CMYK 0 0.69 0.92 0.13
HSL 14.78º 0.85% 0.47% -
HSV(B) 14.78º 0.92% 0.87% -
XYZ 32 19.55 2.66 -
YUV 108.05 77.19 208.57 -
System Red Green Blue C M Y K H S L
Decimal 221 68 18 0 0.69 0.92 0.13 14.78 0.85 0.47
Hex DD 44 12 0 45 5C D F 55 2F
Octal 335 104 22 0 105 134 15 17 125 57
Binary 11011101 1000100 10010 0 1000101 1011100 1101 1111 1010101 101111

Color Harmonies of #DD4412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4412

Black with #DD4412

Text Example


Text Example

White with #DD4412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4412; }

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

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

background-color css

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

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

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

border-color css

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

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

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