Html Css Color HEX #DD5E41 Flamingo

📋 copy color: '#DD5E41'

red 221 ◦ green 94 ◦ blue 65

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

Shades of Flamingo #DD5E41

Tints of Flamingo #DD5E41

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.74%

 BLUE value IS 65 (25.78% from 255) = 17.11%

R = 58.16%
G = 24.74%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD5E41 (or 0xDD5E41) is known color: Flamingo. HEX triplet: DD, 5E and 41. RGB value is (221,94,65). Sum of RGB (Red+Green+Blue) = 221+94+65=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5E41 is #22A1BE. Grayscale: #808080. Windows color (decimal): -2269631 or 4284125. OLE color: 4284125.

HSL color Cylindrical-coordinate representation of color #DD5E41: hue angle of 11.15º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD5E41 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 94 65 -
CMYK 0 0.57 0.71 0.13
HSL 11.15º 0.7% 0.56% -
HSV(B) 11.15º 0.71% 0.87% -
XYZ 34.78 23.76 7.75 -
YUV 128.67 92.08 193.86 -
System Red Green Blue C M Y K H S L
Decimal 221 94 65 0 0.57 0.71 0.13 11.15 0.7 0.56
Hex DD 5E 41 0 39 47 D B 46 38
Octal 335 136 101 0 71 107 15 13 106 70
Binary 11011101 1011110 1000001 0 111001 1000111 1101 1011 1000110 111000

Color Harmonies of #DD5E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5E41

Black with #DD5E41

Text Example


Text Example

White with #DD5E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5E41; }

 p { color: rgb(221,94,65); }

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

background-color css

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

 a { background-color: rgb(221,94,65); }

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

border-color css

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

 span { border-color: rgb(221,94,65); }

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