Html Css Color HEX #DD2A11 Harley Davidson Orange

📋 copy color: '#DD2A11'

red 221 ◦ green 42 ◦ blue 17

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

Shades of Harley Davidson Orange #DD2A11

Tints of Harley Davidson Orange #DD2A11

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15%

 BLUE value IS 17 (7.03% from 255) = 6.07%

R = 78.93%
G = 15%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD2A11 (or 0xDD2A11) is known color: Harley Davidson Orange. HEX triplet: DD, 2A and 11. RGB value is (221,42,17). Sum of RGB (Red+Green+Blue) = 221+42+17=280 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.93% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2A11 is #22D5EE. Grayscale: #5C5C5C. Windows color (decimal): -2282991 or 1125085. OLE color: 1125085.

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

Color convert

RGB 221 42 17 -
CMYK 0 0.81 0.92 0.13
HSL 7.35º 0.86% 0.47% -
HSV(B) 7.35º 0.92% 0.87% -
XYZ 30.75 17.07 2.2 -
YUV 92.67 85.3 219.53 -
System Red Green Blue C M Y K H S L
Decimal 221 42 17 0 0.81 0.92 0.13 7.35 0.86 0.47
Hex DD 2A 11 0 51 5C D 7 56 2F
Octal 335 52 21 0 121 134 15 7 126 57
Binary 11011101 101010 10001 0 1010001 1011100 1101 111 1010110 101111

Color Harmonies of #DD2A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2A11

Black with #DD2A11

Text Example


Text Example

White with #DD2A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2A11; }

 p { color: rgb(221,42,17); }

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

background-color css

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

 a { background-color: rgb(221,42,17); }

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

border-color css

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

 span { border-color: rgb(221,42,17); }

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