Html Css Color HEX #DD3220 Harley Davidson Orange

📋 copy color: '#DD3220'

red 221 ◦ green 50 ◦ blue 32

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

Shades of Harley Davidson Orange #DD3220

Tints of Harley Davidson Orange #DD3220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.56%

R = 72.94%
G = 16.5%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD3220 (or 0xDD3220) is known color: Harley Davidson Orange. HEX triplet: DD, 32 and 20. RGB value is (221,50,32). Sum of RGB (Red+Green+Blue) = 221+50+32=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3220 is #22CDDF. Grayscale: #636363. Windows color (decimal): -2280928 or 2110173. OLE color: 2110173.

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

Color convert

RGB 221 50 32 -
CMYK 0 0.77 0.86 0.13
HSL 5.71º 0.75% 0.5% -
HSV(B) 5.71º 0.86% 0.87% -
XYZ 31.22 17.76 3.15 -
YUV 99.08 90.15 214.96 -
System Red Green Blue C M Y K H S L
Decimal 221 50 32 0 0.77 0.86 0.13 5.71 0.75 0.5
Hex DD 32 20 0 4D 56 D 6 4B 32
Octal 335 62 40 0 115 126 15 6 113 62
Binary 11011101 110010 100000 0 1001101 1010110 1101 110 1001011 110010

Color Harmonies of #DD3220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3220

Black with #DD3220

Text Example


Text Example

White with #DD3220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3220; }

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

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

background-color css

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

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

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

border-color css

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

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

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