Html Css Color HEX #DD401B Harley Davidson Orange

📋 copy color: '#DD401B'

red 221 ◦ green 64 ◦ blue 27

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

Shades of Harley Davidson Orange #DD401B

Tints of Harley Davidson Orange #DD401B

RGB

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

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

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

R = 70.83%
G = 20.51%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD401B (or 0xDD401B) is known color: Harley Davidson Orange. HEX triplet: DD, 40 and 1B. RGB value is (221,64,27). Sum of RGB (Red+Green+Blue) = 221+64+27=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD401B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD401B is #22BFE4. Grayscale: #6B6B6B. Windows color (decimal): -2277349 or 1786077. OLE color: 1786077.

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

Color convert

RGB 221 64 27 -
CMYK 0 0.71 0.88 0.13
HSL 11.44º 0.78% 0.49% -
HSV(B) 11.44º 0.88% 0.87% -
XYZ 31.85 19.12 3.05 -
YUV 106.73 83.01 209.51 -
System Red Green Blue C M Y K H S L
Decimal 221 64 27 0 0.71 0.88 0.13 11.44 0.78 0.49
Hex DD 40 1B 0 47 58 D B 4E 31
Octal 335 100 33 0 107 130 15 13 116 61
Binary 11011101 1000000 11011 0 1000111 1011000 1101 1011 1001110 110001

Color Harmonies of #DD401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD401B

Black with #DD401B

Text Example


Text Example

White with #DD401B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD401B; }

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

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

background-color css

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

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

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

border-color css

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

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

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