Html Css Color HEX #DD291A Harley Davidson Orange

📋 copy color: '#DD291A'

red 221 ◦ green 41 ◦ blue 26

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

Shades of Harley Davidson Orange #DD291A

Tints of Harley Davidson Orange #DD291A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.03%

R = 76.74%
G = 14.24%
B = 9.03%

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

#DD291A (or 0xDD291A) is known color: Harley Davidson Orange. HEX triplet: DD, 29 and 1A. RGB value is (221,41,26). Sum of RGB (Red+Green+Blue) = 221+41+26=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 26 (10.55% from 255 or 9.03% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD291A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD291A is #22D6E5. Grayscale: #5D5D5D. Windows color (decimal): -2283238 or 1714653. OLE color: 1714653.

HSL color Cylindrical-coordinate representation of color #DD291A: hue angle of 4.62º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD291A is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 41 26 -
CMYK 0 0.81 0.88 0.13
HSL 4.62º 0.79% 0.48% -
HSV(B) 4.62º 0.88% 0.87% -
XYZ 30.8 17.03 2.64 -
YUV 93.11 90.13 219.22 -
System Red Green Blue C M Y K H S L
Decimal 221 41 26 0 0.81 0.88 0.13 4.62 0.79 0.48
Hex DD 29 1A 0 51 58 D 5 4F 30
Octal 335 51 32 0 121 130 15 5 117 60
Binary 11011101 101001 11010 0 1010001 1011000 1101 101 1001111 110000

Color Harmonies of #DD291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD291A

Black with #DD291A

Text Example


Text Example

White with #DD291A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD291A; }

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

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

background-color css

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

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

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

border-color css

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

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

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