#DE504B

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

Shades of Valencia #DE504B

Tints of Valencia #DE504B

Color information

#DE504B (or 0xDE504B) is unknown color: approx Valencia. HEX triplet: DE, 50 and 4B. RGB value is (222,80,75). Sum of RGB (Red+Green+Blue) = 222+80+75=377 (49% of max value = 765). Red value is 222 (87.11% from 255 or 58.89% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 222 - color contains mainly: red. Hex color #DE504B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE504B is #21AFB4. Grayscale: #7A7A7A. Windows color (decimal): -2207669 or 4935902. OLE color: 4935902.

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

Color convert

RGB2228075-
CMYK00.640.660.13
HSL2.04º69.01%58.24%-
HSV(B)2.04º66.22%87.06%-
XYZ34.2621.779.05-
YUV121.89101.54199.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 58.89%
GREEN value IS 80 (31.64% from 255) = 21.22%
BLUE value IS 75 (29.69% from 255) = 19.89%
R=58.89%
G=21.22%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222807500.640.660.132.0469.0158.24
HexDE504B04042D2453a
Octal336120113010010215210572
Binary11011110101000010010110100000010000101101101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE504B; }

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

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

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

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

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

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

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

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