Html Css Color HEX #DD5C51 Flamingo

📋 copy color: '#DD5C51'

red 221 ◦ green 92 ◦ blue 81

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

Shades of Flamingo #DD5C51

Tints of Flamingo #DD5C51

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.35%

 BLUE value IS 81 (32.03% from 255) = 20.56%

R = 56.09%
G = 23.35%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD5C51 (or 0xDD5C51) is known color: Flamingo. HEX triplet: DD, 5C and 51. RGB value is (221,92,81). Sum of RGB (Red+Green+Blue) = 221+92+81=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5C51 is #22A3AE. Grayscale: #818181. Windows color (decimal): -2270127 or 5332189. OLE color: 5332189.

HSL color Cylindrical-coordinate representation of color #DD5C51: hue angle of 4.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD5C51 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 92 81 -
CMYK 0 0.58 0.63 0.13
HSL 4.71º 0.67% 0.59% -
HSV(B) 4.71º 0.63% 0.87% -
XYZ 35.13 23.62 10.49 -
YUV 129.32 100.74 193.39 -
System Red Green Blue C M Y K H S L
Decimal 221 92 81 0 0.58 0.63 0.13 4.71 0.67 0.59
Hex DD 5C 51 0 3A 3F D 5 43 3B
Octal 335 134 121 0 72 77 15 5 103 73
Binary 11011101 1011100 1010001 0 111010 111111 1101 101 1000011 111011

Color Harmonies of #DD5C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5C51

Black with #DD5C51

Text Example


Text Example

White with #DD5C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5C51; }

 p { color: rgb(221,92,81); }

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

background-color css

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

 a { background-color: rgb(221,92,81); }

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

border-color css

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

 span { border-color: rgb(221,92,81); }

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