Html Css Color HEX #DD2311 Harley Davidson Orange

📋 copy color: '#DD2311'

red 221 ◦ green 35 ◦ blue 17

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

Shades of Harley Davidson Orange #DD2311

Tints of Harley Davidson Orange #DD2311

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.82%

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

R = 80.95%
G = 12.82%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD2311 (or 0xDD2311) is known color: Harley Davidson Orange. HEX triplet: DD, 23 and 11. RGB value is (221,35,17). Sum of RGB (Red+Green+Blue) = 221+35+17=273 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.95% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2311 is #22DCEE. Grayscale: #585858. Windows color (decimal): -2284783 or 1123293. OLE color: 1123293.

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

Color convert

RGB 221 35 17 -
CMYK 0 0.84 0.92 0.13
HSL 5.29º 0.86% 0.47% -
HSV(B) 5.29º 0.92% 0.87% -
XYZ 30.52 16.61 2.13 -
YUV 88.56 87.62 222.46 -
System Red Green Blue C M Y K H S L
Decimal 221 35 17 0 0.84 0.92 0.13 5.29 0.86 0.47
Hex DD 23 11 0 54 5C D 5 56 2F
Octal 335 43 21 0 124 134 15 5 126 57
Binary 11011101 100011 10001 0 1010100 1011100 1101 101 1010110 101111

Color Harmonies of #DD2311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2311

Black with #DD2311

Text Example


Text Example

White with #DD2311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2311; }

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

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

background-color css

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

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

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

border-color css

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

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

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