#D45E4C

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

Shades of Valencia #D45E4C

Tints of Valencia #D45E4C

Color information

#D45E4C (or 0xD45E4C) is unknown color: approx Valencia. HEX triplet: D4, 5E and 4C. RGB value is (212,94,76). Sum of RGB (Red+Green+Blue) = 212+94+76=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D45E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45E4C is #2BA1B3. Grayscale: #7F7F7F. Windows color (decimal): -2859444 or 5005012. OLE color: 5005012.

HSL color Cylindrical-coordinate representation of color #D45E4C: hue angle of 7.94º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D45E4C is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB2129476-
CMYK00.560.640.17
HSL7.94º61.26%56.47%-
HSV(B)7.94º64.15%83.14%-
XYZ32.4622.529.47-
YUV127.2399.09188.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.50%
GREEN value IS 94 (37.11% from 255) = 24.61%
BLUE value IS 76 (30.08% from 255) = 19.90%
R=55.50%
G=24.61%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212947600.560.640.177.9461.2656.47
HexD45E4C038401183d38
Octal32413611407010021107570
Binary110101001011110100110001110001000000100011000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45E4C; }

 p { color: rgb(212,94,76); }

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

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

 a { background-color: rgb(212,94,76); }

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

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

 span { border-color: rgb(212,94,76); }

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