Html Css Color HEX #DF5C50 Flamingo

📋 copy color: '#DF5C50'

red 223 ◦ green 92 ◦ blue 80

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

Shades of Flamingo #DF5C50

Tints of Flamingo #DF5C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.25%

R = 56.46%
G = 23.29%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF5C50 (or 0xDF5C50) is known color: Flamingo. HEX triplet: DF, 5C and 50. RGB value is (223,92,80). Sum of RGB (Red+Green+Blue) = 223+92+80=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5C50 is #20A3AF. Grayscale: #818181. Windows color (decimal): -2139056 or 5266655. OLE color: 5266655.

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

Color convert

RGB 223 92 80 -
CMYK 0 0.59 0.64 0.13
HSL 5.03º 0.69% 0.59% -
HSV(B) 5.03º 0.64% 0.87% -
XYZ 35.71 23.92 10.32 -
YUV 129.8 99.9 194.48 -
System Red Green Blue C M Y K H S L
Decimal 223 92 80 0 0.59 0.64 0.13 5.03 0.69 0.59
Hex DF 5C 50 0 3B 40 D 5 45 3B
Octal 337 134 120 0 73 100 15 5 105 73
Binary 11011111 1011100 1010000 0 111011 1000000 1101 101 1000101 111011

Color Harmonies of #DF5C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5C50

Black with #DF5C50

Text Example


Text Example

White with #DF5C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5C50; }

 p { color: rgb(223,92,80); }

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

background-color css

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

 a { background-color: rgb(223,92,80); }

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

border-color css

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

 span { border-color: rgb(223,92,80); }

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