#DE5454

Color #DE5454 Valencia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valencia #DE5454

Tints of Valencia #DE5454

Color information

#DE5454 (or 0xDE5454) is unknown color: approx Valencia. HEX triplet: DE, 54 and 54. RGB value is (222,84,84). Sum of RGB (Red+Green+Blue) = 222+84+84=390 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.92% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5454 is #21ABAB. Grayscale: #7D7D7D. Windows color (decimal): -2206636 or 5526750. OLE color: 5526750.

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

Color convert

RGB2228484-
CMYK00.620.620.13
HSL67.65%60%-
HSV(B)62.16%87.06%-
XYZ34.8922.5110.89-
YUV125.26104.72197-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.92%
GREEN value IS 84 (33.20% from 255) = 21.54%
BLUE value IS 84 (33.20% from 255) = 21.54%
R=56.92%
G=21.54%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222848400.620.620.13067.6560
HexDE545403E3ED0443c
Octal3361241240767615010474
Binary11011110101010010101000111110111110110101000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5454; }

 p { color: rgb(222,84,84); }

 H1.HeaderClassName
 {
   color: #DE5454;
 }
 .AnyTagClassName
 {
   color: #DE5454;
 }
</style>
background-color css

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

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

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

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

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

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