#d14c46

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

Shades of Valencia #D14C46

Tints of Valencia #D14C46

Color information

#D14C46 (or 0xD14C46) is unknown color: approx Valencia. HEX triplet: D1, 4C and 46. RGB value is (209,76,70). Sum of RGB (Red+Green+Blue) = 209+76+70=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14C46 is #2EB3B9. Grayscale: #737373. Windows color (decimal): -3060666 or 4607185. OLE color: 4607185.

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

Color convert

RGB2097670-
CMYK00.640.670.18
HSL2.59º60.17%54.71%-
HSV(B)2.59º66.51%81.96%-
XYZ29.9819.177.91-
YUV115.08102.56194.99-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.87%
GREEN value IS 76 (30.08% from 255) = 21.41%
BLUE value IS 70 (27.73% from 255) = 19.72%
R=58.87%
G=21.41%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209767000.640.670.182.5960.1754.71
HexD14C46040431233c37
Octal32111410601001032237467
Binary11010001100110010001100100000010000111001011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d14c46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d14c46; }

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

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

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

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

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

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

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

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