Html Css Color HEX #DF5C52 Flamingo

📋 copy color: '#DF5C52'

red 223 ◦ green 92 ◦ blue 82

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

Shades of Flamingo #DF5C52

Tints of Flamingo #DF5C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.65%

R = 56.17%
G = 23.17%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DF5C52 (or 0xDF5C52) is known color: Flamingo. HEX triplet: DF, 5C and 52. RGB value is (223,92,82). Sum of RGB (Red+Green+Blue) = 223+92+82=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5C52 is #20A3AD. Grayscale: #828282. Windows color (decimal): -2139054 or 5397727. OLE color: 5397727.

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

Color convert

RGB 223 92 82 -
CMYK 0 0.59 0.63 0.13
HSL 4.26º 0.69% 0.6% -
HSV(B) 4.26º 0.63% 0.87% -
XYZ 35.78 23.95 10.72 -
YUV 130.03 100.9 194.31 -
System Red Green Blue C M Y K H S L
Decimal 223 92 82 0 0.59 0.63 0.13 4.26 0.69 0.6
Hex DF 5C 52 0 3B 3F D 4 45 3C
Octal 337 134 122 0 73 77 15 4 105 74
Binary 11011111 1011100 1010010 0 111011 111111 1101 100 1000101 111100

Color Harmonies of #DF5C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5C52

Black with #DF5C52

Text Example


Text Example

White with #DF5C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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