#d1514c

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

Shades of Valencia #D1514C

Tints of Valencia #D1514C

Color information

#D1514C (or 0xD1514C) is unknown color: approx Valencia. HEX triplet: D1, 51 and 4C. RGB value is (209,81,76). Sum of RGB (Red+Green+Blue) = 209+81+76=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D1514C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1514C is #2EAEB3. Grayscale: #767676. Windows color (decimal): -3059380 or 5001681. OLE color: 5001681.

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

Color convert

RGB2098176-
CMYK00.610.640.18
HSL2.26º59.11%55.88%-
HSV(B)2.26º63.64%81.96%-
XYZ30.5419.969.08-
YUV118.7103.91192.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.10%
GREEN value IS 81 (32.03% from 255) = 22.13%
BLUE value IS 76 (30.08% from 255) = 20.77%
R=57.10%
G=22.13%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209817600.610.640.182.2659.1155.88
HexD1514C03D401223b38
Octal3211211140751002227370
Binary1101000110100011001100011110110000001001010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1514c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1514c; }

 p { color: rgb(209,81,76); }

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

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

 a { background-color: rgb(209,81,76); }

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

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

 span { border-color: rgb(209,81,76); }

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