Html Css Color HEX #DD3211 Harley Davidson Orange

📋 copy color: '#DD3211'

red 221 ◦ green 50 ◦ blue 17

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

Shades of Harley Davidson Orange #DD3211

Tints of Harley Davidson Orange #DD3211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.36%

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

R = 76.74%
G = 17.36%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD3211 (or 0xDD3211) is known color: Harley Davidson Orange. HEX triplet: DD, 32 and 11. RGB value is (221,50,17). Sum of RGB (Red+Green+Blue) = 221+50+17=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3211 is #22CDEE. Grayscale: #616161. Windows color (decimal): -2280943 or 1127133. OLE color: 1127133.

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

Color convert

RGB 221 50 17 -
CMYK 0 0.77 0.92 0.13
HSL 9.71º 0.86% 0.47% -
HSV(B) 9.71º 0.92% 0.87% -
XYZ 31.06 17.69 2.31 -
YUV 97.37 82.65 216.18 -
System Red Green Blue C M Y K H S L
Decimal 221 50 17 0 0.77 0.92 0.13 9.71 0.86 0.47
Hex DD 32 11 0 4D 5C D A 56 2F
Octal 335 62 21 0 115 134 15 12 126 57
Binary 11011101 110010 10001 0 1001101 1011100 1101 1010 1010110 101111

Color Harmonies of #DD3211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3211

Black with #DD3211

Text Example


Text Example

White with #DD3211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3211; }

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

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

background-color css

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

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

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

border-color css

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

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

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