Html Css Color HEX #DF5F51 Flamingo

📋 copy color: '#DF5F51'

red 223 ◦ green 95 ◦ blue 81

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

Shades of Flamingo #DF5F51

Tints of Flamingo #DF5F51

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.81%

 BLUE value IS 81 (32.03% from 255) = 20.3%

R = 55.89%
G = 23.81%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF5F51 (or 0xDF5F51) is known color: Flamingo. HEX triplet: DF, 5F and 51. RGB value is (223,95,81). Sum of RGB (Red+Green+Blue) = 223+95+81=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5F51 is #20A0AE. Grayscale: #838383. Windows color (decimal): -2138287 or 5332959. OLE color: 5332959.

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

Color convert

RGB 223 95 81 -
CMYK 0 0.57 0.64 0.13
HSL 5.92º 0.69% 0.6% -
HSV(B) 5.92º 0.64% 0.87% -
XYZ 36.01 24.47 10.61 -
YUV 131.68 99.41 193.14 -
System Red Green Blue C M Y K H S L
Decimal 223 95 81 0 0.57 0.64 0.13 5.92 0.69 0.6
Hex DF 5F 51 0 39 40 D 6 45 3C
Octal 337 137 121 0 71 100 15 6 105 74
Binary 11011111 1011111 1010001 0 111001 1000000 1101 110 1000101 111100

Color Harmonies of #DF5F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5F51

Black with #DF5F51

Text Example


Text Example

White with #DF5F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5F51; }

 p { color: rgb(223,95,81); }

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

background-color css

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

 a { background-color: rgb(223,95,81); }

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

border-color css

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

 span { border-color: rgb(223,95,81); }

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