Html Css Color HEX #DF5941 Flamingo

📋 copy color: '#DF5941'

red 223 ◦ green 89 ◦ blue 65

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

Shades of Flamingo #DF5941

Tints of Flamingo #DF5941

RGB

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

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

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

R = 59.15%
G = 23.61%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF5941 (or 0xDF5941) is known color: Flamingo. HEX triplet: DF, 59 and 41. RGB value is (223,89,65). Sum of RGB (Red+Green+Blue) = 223+89+65=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5941 is #20A6BE. Grayscale: #7E7E7E. Windows color (decimal): -2139839 or 4282847. OLE color: 4282847.

HSL color Cylindrical-coordinate representation of color #DF5941: hue angle of 9.11º degrees, saturation: 0.71, 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 #DF5941 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 89 65 -
CMYK 0 0.60 0.71 0.13
HSL 9.11º 0.71% 0.56% -
HSV(B) 9.11º 0.71% 0.87% -
XYZ 34.96 23.21 7.64 -
YUV 126.33 93.39 196.95 -
System Red Green Blue C M Y K H S L
Decimal 223 89 65 0 0.60 0.71 0.13 9.11 0.71 0.56
Hex DF 59 41 0 3C 47 D 9 47 38
Octal 337 131 101 0 74 107 15 11 107 70
Binary 11011111 1011001 1000001 0 111100 1000111 1101 1001 1000111 111000

Color Harmonies of #DF5941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5941

Black with #DF5941

Text Example


Text Example

White with #DF5941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5941; }

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

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

background-color css

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

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

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

border-color css

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

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

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