Html Css Color HEX #DF5B53 Flamingo

📋 copy color: '#DF5B53'

red 223 ◦ green 91 ◦ blue 83

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

Shades of Flamingo #DF5B53

Tints of Flamingo #DF5B53

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.92%

 BLUE value IS 83 (32.81% from 255) = 20.91%

R = 56.17%
G = 22.92%
B = 20.91%

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

#DF5B53 (or 0xDF5B53) is known color: Flamingo. HEX triplet: DF, 5B and 53. RGB value is (223,91,83). Sum of RGB (Red+Green+Blue) = 223+91+83=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5B53 is #20A4AC. Grayscale: #818181. Windows color (decimal): -2139309 or 5463007. OLE color: 5463007.

HSL color Cylindrical-coordinate representation of color #DF5B53: hue angle of 3.43º 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 #DF5B53 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 91 83 -
CMYK 0 0.59 0.63 0.13
HSL 3.43º 0.69% 0.6% -
HSV(B) 3.43º 0.63% 0.87% -
XYZ 35.73 23.79 10.89 -
YUV 129.56 101.73 194.65 -
System Red Green Blue C M Y K H S L
Decimal 223 91 83 0 0.59 0.63 0.13 3.43 0.69 0.6
Hex DF 5B 53 0 3B 3F D 3 45 3C
Octal 337 133 123 0 73 77 15 3 105 74
Binary 11011111 1011011 1010011 0 111011 111111 1101 11 1000101 111100

Color Harmonies of #DF5B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5B53

Black with #DF5B53

Text Example


Text Example

White with #DF5B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5B53; }

 p { color: rgb(223,91,83); }

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

background-color css

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

 a { background-color: rgb(223,91,83); }

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

border-color css

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

 span { border-color: rgb(223,91,83); }

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