#D45450

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

Shades of Valencia #D45450

Tints of Valencia #D45450

Color information

#D45450 (or 0xD45450) is unknown color: approx Valencia. HEX triplet: D4, 54 and 50. RGB value is (212,84,80). Sum of RGB (Red+Green+Blue) = 212+84+80=376 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.38% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 212 - color contains mainly: red. Hex color #D45450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45450 is #2BABAF. Grayscale: #797979. Windows color (decimal): -2862000 or 5264596. OLE color: 5264596.

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

Color convert

RGB2128480-
CMYK00.600.620.17
HSL1.82º60.55%57.25%-
HSV(B)1.82º62.26%83.14%-
XYZ31.7720.929.95-
YUV121.82104.41192.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 56.38%
GREEN value IS 84 (33.20% from 255) = 22.34%
BLUE value IS 80 (31.64% from 255) = 21.28%
R=56.38%
G=22.34%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212848000.600.620.171.8260.5557.25
HexD4545003C3E1123d39
Octal324124120074762127571
Binary110101001010100101000001111001111101000110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45450; }

 p { color: rgb(212,84,80); }

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

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

 a { background-color: rgb(212,84,80); }

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

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

 span { border-color: rgb(212,84,80); }

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