Html Css Color HEX #DD291B Harley Davidson Orange

📋 copy color: '#DD291B'

red 221 ◦ green 41 ◦ blue 27

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

Shades of Harley Davidson Orange #DD291B

Tints of Harley Davidson Orange #DD291B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.19%

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

R = 76.47%
G = 14.19%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD291B (or 0xDD291B) is known color: Harley Davidson Orange. HEX triplet: DD, 29 and 1B. RGB value is (221,41,27). Sum of RGB (Red+Green+Blue) = 221+41+27=289 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.47% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 221 - color contains mainly: red. Hex color #DD291B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD291B is #22D6E4. Grayscale: #5D5D5D. Windows color (decimal): -2283237 or 1780189. OLE color: 1780189.

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

Color convert

RGB 221 41 27 -
CMYK 0 0.81 0.88 0.13
HSL 4.33º 0.78% 0.49% -
HSV(B) 4.33º 0.88% 0.87% -
XYZ 30.81 17.04 2.7 -
YUV 93.22 90.63 219.14 -
System Red Green Blue C M Y K H S L
Decimal 221 41 27 0 0.81 0.88 0.13 4.33 0.78 0.49
Hex DD 29 1B 0 51 58 D 4 4E 31
Octal 335 51 33 0 121 130 15 4 116 61
Binary 11011101 101001 11011 0 1010001 1011000 1101 100 1001110 110001

Color Harmonies of #DD291B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD291B

Black with #DD291B

Text Example


Text Example

White with #DD291B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD291B; }

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

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

background-color css

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

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

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

border-color css

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

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

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