Html Css Color HEX #DD411C Harley Davidson Orange

📋 copy color: '#DD411C'

red 221 ◦ green 65 ◦ blue 28

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

Shades of Harley Davidson Orange #DD411C

Tints of Harley Davidson Orange #DD411C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.7%

 BLUE value IS 28 (11.33% from 255) = 8.92%

R = 70.38%
G = 20.7%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD411C (or 0xDD411C) is known color: Harley Davidson Orange. HEX triplet: DD, 41 and 1C. RGB value is (221,65,28). Sum of RGB (Red+Green+Blue) = 221+65+28=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD411C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD411C is #22BEE3. Grayscale: #6B6B6B. Windows color (decimal): -2277092 or 1851869. OLE color: 1851869.

HSL color Cylindrical-coordinate representation of color #DD411C: hue angle of 11.5º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD411C is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 65 28 -
CMYK 0 0.71 0.87 0.13
HSL 11.5º 0.78% 0.49% -
HSV(B) 11.5º 0.87% 0.87% -
XYZ 31.92 19.24 3.13 -
YUV 107.43 83.18 209.01 -
System Red Green Blue C M Y K H S L
Decimal 221 65 28 0 0.71 0.87 0.13 11.5 0.78 0.49
Hex DD 41 1C 0 47 57 D C 4E 31
Octal 335 101 34 0 107 127 15 14 116 61
Binary 11011101 1000001 11100 0 1000111 1010111 1101 1100 1001110 110001

Color Harmonies of #DD411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD411C

Black with #DD411C

Text Example


Text Example

White with #DD411C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD411C; }

 p { color: rgb(221,65,28); }

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

background-color css

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

 a { background-color: rgb(221,65,28); }

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

border-color css

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

 span { border-color: rgb(221,65,28); }

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