#D4514B

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

Shades of Valencia #D4514B

Tints of Valencia #D4514B

Color information

#D4514B (or 0xD4514B) is unknown color: approx Valencia. HEX triplet: D4, 51 and 4B. RGB value is (212,81,75). Sum of RGB (Red+Green+Blue) = 212+81+75=368 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.61% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 212 - color contains mainly: red. Hex color #D4514B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4514B is #2BAEB4. Grayscale: #777777. Windows color (decimal): -2862773 or 4936148. OLE color: 4936148.

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

Color convert

RGB2128175-
CMYK00.620.650.17
HSL2.63º61.43%56.27%-
HSV(B)2.63º64.62%83.14%-
XYZ31.3620.398.94-
YUV119.48102.9193.99-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 57.61%
GREEN value IS 81 (32.03% from 255) = 22.01%
BLUE value IS 75 (29.69% from 255) = 20.38%
R=57.61%
G=22.01%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212817500.620.650.172.6361.4356.27
HexD4514B03E411133d38
Octal3241211130761012137570
Binary1101010010100011001011011111010000011000111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4514B; }

 p { color: rgb(212,81,75); }

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

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

 a { background-color: rgb(212,81,75); }

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

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

 span { border-color: rgb(212,81,75); }

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