Html Css Color HEX #DD2211 Harley Davidson Orange

📋 copy color: '#DD2211'

red 221 ◦ green 34 ◦ blue 17

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

Shades of Harley Davidson Orange #DD2211

Tints of Harley Davidson Orange #DD2211

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.5%

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

R = 81.25%
G = 12.5%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD2211 (or 0xDD2211) is known color: Harley Davidson Orange. HEX triplet: DD, 22 and 11. RGB value is (221,34,17). Sum of RGB (Red+Green+Blue) = 221+34+17=272 (36% of max value = 765). Red value is 221 (86.72% from 255 or 81.25% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2211 is #22DDEE. Grayscale: #585858. Windows color (decimal): -2285039 or 1123037. OLE color: 1123037.

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

Color convert

RGB 221 34 17 -
CMYK 0 0.85 0.92 0.13
HSL 0.86% 0.47% -
HSV(B) 0.92% 0.87% -
XYZ 30.49 16.56 2.12 -
YUV 87.98 87.95 222.88 -
System Red Green Blue C M Y K H S L
Decimal 221 34 17 0 0.85 0.92 0.13 5 0.86 0.47
Hex DD 22 11 0 55 5C D 5 56 2F
Octal 335 42 21 0 125 134 15 5 126 57
Binary 11011101 100010 10001 0 1010101 1011100 1101 101 1010110 101111

Color Harmonies of #DD2211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2211

Black with #DD2211

Text Example


Text Example

White with #DD2211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2211; }

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

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

background-color css

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

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

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

border-color css

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

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

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