Html Css Color HEX #DD401C Harley Davidson Orange

📋 copy color: '#DD401C'

red 221 ◦ green 64 ◦ blue 28

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

Shades of Harley Davidson Orange #DD401C

Tints of Harley Davidson Orange #DD401C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.45%

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

R = 70.61%
G = 20.45%
B = 8.95%

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

#DD401C (or 0xDD401C) is known color: Harley Davidson Orange. HEX triplet: DD, 40 and 1C. RGB value is (221,64,28). Sum of RGB (Red+Green+Blue) = 221+64+28=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD401C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD401C is #22BFE3. Grayscale: #6B6B6B. Windows color (decimal): -2277348 or 1851613. OLE color: 1851613.

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

Color convert

RGB 221 64 28 -
CMYK 0 0.71 0.87 0.13
HSL 11.19º 0.78% 0.49% -
HSV(B) 11.19º 0.87% 0.87% -
XYZ 31.86 19.12 3.11 -
YUV 106.84 83.51 209.43 -
System Red Green Blue C M Y K H S L
Decimal 221 64 28 0 0.71 0.87 0.13 11.19 0.78 0.49
Hex DD 40 1C 0 47 57 D B 4E 31
Octal 335 100 34 0 107 127 15 13 116 61
Binary 11011101 1000000 11100 0 1000111 1010111 1101 1011 1001110 110001

Color Harmonies of #DD401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD401C

Black with #DD401C

Text Example


Text Example

White with #DD401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD401C; }

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

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

background-color css

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

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

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

border-color css

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

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

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