#DE4B49

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

Shades of Valencia #DE4B49

Tints of Valencia #DE4B49

Color information

#DE4B49 (or 0xDE4B49) is unknown color: approx Valencia. HEX triplet: DE, 4B and 49. RGB value is (222,75,73). Sum of RGB (Red+Green+Blue) = 222+75+73=370 (49% of max value = 765). Red value is 222 (87.11% from 255 or 60% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4B49 is #21B4B6. Grayscale: #767676. Windows color (decimal): -2208951 or 4803550. OLE color: 4803550.

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

Color convert

RGB2227573-
CMYK00.660.670.13
HSL0.81º69.3%57.84%-
HSV(B)0.81º67.12%87.06%-
XYZ33.8421.048.58-
YUV118.72102.2201.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 60%
GREEN value IS 75 (29.69% from 255) = 20.27%
BLUE value IS 73 (28.91% from 255) = 19.73%
R=60%
G=20.27%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222757300.660.670.130.8169.357.84
HexDE4B4904243D1453a
Octal336113111010210315110572
Binary1101111010010111001001010000101000011110111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4B49; }

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

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

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

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

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

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

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

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