Html Css Color HEX #DE5B40 Flamingo

📋 copy color: '#DE5B40'

red 222 ◦ green 91 ◦ blue 64

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

Shades of Flamingo #DE5B40

Tints of Flamingo #DE5B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.98%

R = 58.89%
G = 24.14%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DE5B40 (or 0xDE5B40) is known color: Flamingo. HEX triplet: DE, 5B and 40. RGB value is (222,91,64). Sum of RGB (Red+Green+Blue) = 222+91+64=377 (49% of max value = 765). Red value is 222 (87.11% from 255 or 58.89% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5B40 is #21A4BF. Grayscale: #7F7F7F. Windows color (decimal): -2204864 or 4217822. OLE color: 4217822.

HSL color Cylindrical-coordinate representation of color #DE5B40: hue angle of 10.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DE5B40 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 91 64 -
CMYK 0 0.59 0.71 0.13
HSL 10.25º 0.71% 0.56% -
HSV(B) 10.25º 0.71% 0.87% -
XYZ 34.79 23.38 7.53 -
YUV 127.09 92.4 195.7 -
System Red Green Blue C M Y K H S L
Decimal 222 91 64 0 0.59 0.71 0.13 10.25 0.71 0.56
Hex DE 5B 40 0 3B 47 D A 47 38
Octal 336 133 100 0 73 107 15 12 107 70
Binary 11011110 1011011 1000000 0 111011 1000111 1101 1010 1000111 111000

Color Harmonies of #DE5B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5B40

Black with #DE5B40

Text Example


Text Example

White with #DE5B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5B40; }

 p { color: rgb(222,91,64); }

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

background-color css

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

 a { background-color: rgb(222,91,64); }

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

border-color css

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

 span { border-color: rgb(222,91,64); }

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