#D35E54

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

Shades of Valencia #D35E54

Tints of Valencia #D35E54

Color information

#D35E54 (or 0xD35E54) is unknown color: approx Valencia. HEX triplet: D3, 5E and 54. RGB value is (211,94,84). Sum of RGB (Red+Green+Blue) = 211+94+84=389 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.24% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 211 - color contains mainly: red. Hex color #D35E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35E54 is #2CA1AB. Grayscale: #7F7F7F. Windows color (decimal): -2924972 or 5529299. OLE color: 5529299.

HSL color Cylindrical-coordinate representation of color #D35E54: hue angle of 4.72º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D35E54 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB2119484-
CMYK00.550.600.17
HSL4.72º59.07%57.84%-
HSV(B)4.72º60.19%82.75%-
XYZ32.4722.4911.02-
YUV127.84103.26187.31-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 54.24%
GREEN value IS 94 (37.11% from 255) = 24.16%
BLUE value IS 84 (33.20% from 255) = 21.59%
R=54.24%
G=24.16%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211948400.550.600.174.7259.0757.84
HexD35E540373C1153b3a
Octal323136124067742157372
Binary1101001110111101010100011011111110010001101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35E54; }

 p { color: rgb(211,94,84); }

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

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

 a { background-color: rgb(211,94,84); }

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

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

 span { border-color: rgb(211,94,84); }

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