Html Css Color HEX #DE5E43 Flamingo

📋 copy color: '#DE5E43'

red 222 ◦ green 94 ◦ blue 67

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

Shades of Flamingo #DE5E43

Tints of Flamingo #DE5E43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.49%

R = 57.96%
G = 24.54%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DE5E43 (or 0xDE5E43) is known color: Flamingo. HEX triplet: DE, 5E and 43. RGB value is (222,94,67). Sum of RGB (Red+Green+Blue) = 222+94+67=383 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.96% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 67 (26.56% from 255 or 17.49% from 383); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5E43 is #21A1BC. Grayscale: #818181. Windows color (decimal): -2204093 or 4415198. OLE color: 4415198.

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

Color convert

RGB 222 94 67 -
CMYK 0 0.58 0.70 0.13
HSL 10.45º 0.7% 0.57% -
HSV(B) 10.45º 0.7% 0.87% -
XYZ 35.14 23.94 8.08 -
YUV 129.19 92.91 194.2 -
System Red Green Blue C M Y K H S L
Decimal 222 94 67 0 0.58 0.70 0.13 10.45 0.7 0.57
Hex DE 5E 43 0 3A 46 D A 46 39
Octal 336 136 103 0 72 106 15 12 106 71
Binary 11011110 1011110 1000011 0 111010 1000110 1101 1010 1000110 111001

Color Harmonies of #DE5E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5E43

Black with #DE5E43

Text Example


Text Example

White with #DE5E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5E43; }

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

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

background-color css

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

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

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

border-color css

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

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

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