#DE4B45

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

Shades of Valencia #DE4B45

Tints of Valencia #DE4B45

Color information

#DE4B45 (or 0xDE4B45) is unknown color: approx Valencia. HEX triplet: DE, 4B and 45. RGB value is (222,75,69). Sum of RGB (Red+Green+Blue) = 222+75+69=366 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.66% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4B45 is #21B4BA. Grayscale: #767676. Windows color (decimal): -2208955 or 4541406. OLE color: 4541406.

HSL color Cylindrical-coordinate representation of color #DE4B45: hue angle of 2.35º 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 #DE4B45 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB2227569-
CMYK00.660.690.13
HSL2.35º69.86%57.06%-
HSV(B)2.35º68.92%87.06%-
XYZ33.7120.997.91-
YUV118.27100.2201.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 60.66%
GREEN value IS 75 (29.69% from 255) = 20.49%
BLUE value IS 69 (27.34% from 255) = 18.85%
R=60.66%
G=20.49%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222756900.660.690.132.3569.8657.06
HexDE4B4504245D24639
Octal336113105010210515210671
Binary11011110100101110001010100001010001011101101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4B45; }

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

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

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

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

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

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

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

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