#DE5441

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

Shades of Valencia #DE5441

Tints of Valencia #DE5441

Color information

#DE5441 (or 0xDE5441) is unknown color: approx Valencia. HEX triplet: DE, 54 and 41. RGB value is (222,84,65). Sum of RGB (Red+Green+Blue) = 222+84+65=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5441 is #21ABBE. Grayscale: #7B7B7B. Windows color (decimal): -2206655 or 4281566. OLE color: 4281566.

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

Color convert

RGB2228465-
CMYK00.620.710.13
HSL7.26º70.4%56.27%-
HSV(B)7.26º70.72%87.06%-
XYZ34.2522.257.49-
YUV123.195.22198.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 59.84%
GREEN value IS 84 (33.20% from 255) = 22.64%
BLUE value IS 65 (25.78% from 255) = 17.52%
R=59.84%
G=22.64%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222846500.620.710.137.2670.456.27
HexDE544103E47D74638
Octal33612410107610715710670
Binary11011110101010010000010111110100011111011111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5441; }

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

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

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

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

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

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

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

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