#D4614F

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

Shades of Valencia #D4614F

Tints of Valencia #D4614F

Color information

#D4614F (or 0xD4614F) is unknown color: approx Valencia. HEX triplet: D4, 61 and 4F. RGB value is (212,97,79). Sum of RGB (Red+Green+Blue) = 212+97+79=388 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.64% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 212 - color contains mainly: red. Hex color #D4614F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4614F is #2B9EB0. Grayscale: #818181. Windows color (decimal): -2858673 or 5202388. OLE color: 5202388.

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

Color convert

RGB2129779-
CMYK00.540.630.17
HSL8.12º60.73%57.06%-
HSV(B)8.12º62.74%83.14%-
XYZ32.8423.1110.13-
YUV129.3399.6186.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 54.64%
GREEN value IS 97 (38.28% from 255) = 25%
BLUE value IS 79 (31.25% from 255) = 20.36%
R=54.64%
G=25%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212977900.540.630.178.1260.7357.06
HexD4614F0363F1183d39
Octal3241411170667721107571
Binary11010100110000110011110110110111111100011000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4614F; }

 p { color: rgb(212,97,79); }

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

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

 a { background-color: rgb(212,97,79); }

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

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

 span { border-color: rgb(212,97,79); }

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