Html Css Color HEX #DF5949 Flamingo

📋 copy color: '#DF5949'

red 223 ◦ green 89 ◦ blue 73

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

Shades of Flamingo #DF5949

Tints of Flamingo #DF5949

RGB

 RED value IS 223 (87.5% from 255) = 57.92%

 GREEN value IS 89 (35.16% from 255) = 23.12%

 BLUE value IS 73 (28.91% from 255) = 18.96%

R = 57.92%
G = 23.12%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF5949 (or 0xDF5949) is known color: Flamingo. HEX triplet: DF, 59 and 49. RGB value is (223,89,73). Sum of RGB (Red+Green+Blue) = 223+89+73=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5949 is #20A6B6. Grayscale: #7F7F7F. Windows color (decimal): -2139831 or 4807135. OLE color: 4807135.

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

Color convert

RGB 223 89 73 -
CMYK 0 0.60 0.67 0.13
HSL 6.4º 0.7% 0.58% -
HSV(B) 6.4º 0.67% 0.87% -
XYZ 35.21 23.31 8.95 -
YUV 127.24 97.39 196.3 -
System Red Green Blue C M Y K H S L
Decimal 223 89 73 0 0.60 0.67 0.13 6.4 0.7 0.58
Hex DF 59 49 0 3C 43 D 6 46 3A
Octal 337 131 111 0 74 103 15 6 106 72
Binary 11011111 1011001 1001001 0 111100 1000011 1101 110 1000110 111010

Color Harmonies of #DF5949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5949

Black with #DF5949

Text Example


Text Example

White with #DF5949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5949; }

 p { color: rgb(223,89,73); }

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

background-color css

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

 a { background-color: rgb(223,89,73); }

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

border-color css

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

 span { border-color: rgb(223,89,73); }

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