Html Css Color HEX #DE5E44 Flamingo

📋 copy color: '#DE5E44'

red 222 ◦ green 94 ◦ blue 68

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

Shades of Flamingo #DE5E44

Tints of Flamingo #DE5E44

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.48%

 BLUE value IS 68 (26.95% from 255) = 17.71%

R = 57.81%
G = 24.48%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DE5E44 (or 0xDE5E44) is known color: Flamingo. HEX triplet: DE, 5E and 44. RGB value is (222,94,68). Sum of RGB (Red+Green+Blue) = 222+94+68=384 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.81% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5E44 is #21A1BB. Grayscale: #818181. Windows color (decimal): -2204092 or 4480734. OLE color: 4480734.

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

Color convert

RGB 222 94 68 -
CMYK 0 0.58 0.69 0.13
HSL 10.13º 0.7% 0.57% -
HSV(B) 10.13º 0.69% 0.87% -
XYZ 35.17 23.95 8.24 -
YUV 129.31 93.41 194.11 -
System Red Green Blue C M Y K H S L
Decimal 222 94 68 0 0.58 0.69 0.13 10.13 0.7 0.57
Hex DE 5E 44 0 3A 45 D A 46 39
Octal 336 136 104 0 72 105 15 12 106 71
Binary 11011110 1011110 1000100 0 111010 1000101 1101 1010 1000110 111001

Color Harmonies of #DE5E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5E44

Black with #DE5E44

Text Example


Text Example

White with #DE5E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5E44; }

 p { color: rgb(222,94,68); }

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

background-color css

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

 a { background-color: rgb(222,94,68); }

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

border-color css

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

 span { border-color: rgb(222,94,68); }

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