#D45352

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

Shades of Valencia #D45352

Tints of Valencia #D45352

Color information

#D45352 (or 0xD45352) is unknown color: approx Valencia. HEX triplet: D4, 53 and 52. RGB value is (212,83,82). Sum of RGB (Red+Green+Blue) = 212+83+82=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D45352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45352 is #2BACAD. Grayscale: #797979. Windows color (decimal): -2862254 or 5395412. OLE color: 5395412.

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

Color convert

RGB2128382-
CMYK00.610.610.17
HSL0.46º60.19%57.65%-
HSV(B)0.46º61.32%83.14%-
XYZ31.7720.7910.32-
YUV121.46105.74192.58-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 56.23%
GREEN value IS 83 (32.81% from 255) = 22.02%
BLUE value IS 82 (32.42% from 255) = 21.75%
R=56.23%
G=22.02%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212838200.610.610.170.4660.1957.65
HexD4535203D3D1103c3a
Octal324123122075752107472
Binary11010100101001110100100111101111101100010111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45352; }

 p { color: rgb(212,83,82); }

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

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

 a { background-color: rgb(212,83,82); }

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

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

 span { border-color: rgb(212,83,82); }

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