#DE5541

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

Shades of Valencia #DE5541

Tints of Valencia #DE5541

Color information

#DE5541 (or 0xDE5541) is unknown color: approx Valencia. HEX triplet: DE, 55 and 41. RGB value is (222,85,65). Sum of RGB (Red+Green+Blue) = 222+85+65=372 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.68% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5541 is #21AABE. Grayscale: #7B7B7B. Windows color (decimal): -2206399 or 4281822. OLE color: 4281822.

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

Color convert

RGB2228565-
CMYK00.620.710.13
HSL7.64º70.4%56.27%-
HSV(B)7.64º70.72%87.06%-
XYZ34.3322.417.52-
YUV123.6894.89198.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 59.68%
GREEN value IS 85 (33.59% from 255) = 22.85%
BLUE value IS 65 (25.78% from 255) = 17.47%
R=59.68%
G=22.85%
B=17.47%

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
Decimal222856500.620.710.137.6470.456.27
HexDE554103E47D84638
Octal336125101076107151010670
Binary110111101010101100000101111101000111110110001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5541; }

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

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

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

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

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

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

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

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