#D45D4D

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

Shades of Valencia #D45D4D

Tints of Valencia #D45D4D

Color information

#D45D4D (or 0xD45D4D) is unknown color: approx Valencia. HEX triplet: D4, 5D and 4D. RGB value is (212,93,77). Sum of RGB (Red+Green+Blue) = 212+93+77=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D45D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45D4D is #2BA2B2. Grayscale: #7E7E7E. Windows color (decimal): -2859699 or 5070292. OLE color: 5070292.

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

Color convert

RGB2129377-
CMYK00.560.640.17
HSL7.11º61.09%56.67%-
HSV(B)7.11º63.68%83.14%-
XYZ32.4122.369.63-
YUV126.7699.92188.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.50%
GREEN value IS 93 (36.72% from 255) = 24.35%
BLUE value IS 77 (30.47% from 255) = 20.16%
R=55.50%
G=24.35%
B=20.16%

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
Decimal212937700.560.640.177.1161.0956.67
HexD45D4D038401173d39
Octal3241351150701002177571
Binary11010100101110110011010111000100000010001111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45D4D; }

 p { color: rgb(212,93,77); }

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

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

 a { background-color: rgb(212,93,77); }

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

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

 span { border-color: rgb(212,93,77); }

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