Html Css Color HEX #DE5C50 Flamingo

📋 copy color: '#DE5C50'

red 222 ◦ green 92 ◦ blue 80

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

Shades of Flamingo #DE5C50

Tints of Flamingo #DE5C50

RGB

 RED value IS 222 (87.11% from 255) = 56.35%

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

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

R = 56.35%
G = 23.35%
B = 20.3%

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

#DE5C50 (or 0xDE5C50) is known color: Flamingo. HEX triplet: DE, 5C and 50. RGB value is (222,92,80). Sum of RGB (Red+Green+Blue) = 222+92+80=394 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.35% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5C50 is #21A3AF. Grayscale: #818181. Windows color (decimal): -2204592 or 5266654. OLE color: 5266654.

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

Color convert

RGB 222 92 80 -
CMYK 0 0.59 0.64 0.13
HSL 5.07º 0.68% 0.59% -
HSV(B) 5.07º 0.64% 0.87% -
XYZ 35.4 23.76 10.31 -
YUV 129.5 100.07 193.98 -
System Red Green Blue C M Y K H S L
Decimal 222 92 80 0 0.59 0.64 0.13 5.07 0.68 0.59
Hex DE 5C 50 0 3B 40 D 5 44 3B
Octal 336 134 120 0 73 100 15 5 104 73
Binary 11011110 1011100 1010000 0 111011 1000000 1101 101 1000100 111011

Color Harmonies of #DE5C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5C50

Black with #DE5C50

Text Example


Text Example

White with #DE5C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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