#DE4A45

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

Shades of Valencia #DE4A45

Tints of Valencia #DE4A45

Color information

#DE4A45 (or 0xDE4A45) is unknown color: approx Valencia. HEX triplet: DE, 4A and 45. RGB value is (222,74,69). Sum of RGB (Red+Green+Blue) = 222+74+69=365 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.82% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4A45 is #21B5BA. Grayscale: #757575. Windows color (decimal): -2209211 or 4541150. OLE color: 4541150.

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

Color convert

RGB2227469-
CMYK00.670.690.13
HSL1.96º69.86%57.06%-
HSV(B)1.96º68.92%87.06%-
XYZ33.6520.867.88-
YUV117.68100.53202.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 60.82%
GREEN value IS 74 (29.30% from 255) = 20.27%
BLUE value IS 69 (27.34% from 255) = 18.90%
R=60.82%
G=20.27%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222746900.670.690.131.9669.8657.06
HexDE4A4504345D24639
Octal336112105010310515210671
Binary11011110100101010001010100001110001011101101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4A45; }

 p { color: rgb(222,74,69); }

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

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

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

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

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

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

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