#D64F4D

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

Shades of Valencia #D64F4D

Tints of Valencia #D64F4D

Color information

#D64F4D (or 0xD64F4D) is unknown color: approx Valencia. HEX triplet: D6, 4F and 4D. RGB value is (214,79,77). Sum of RGB (Red+Green+Blue) = 214+79+77=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64F4D is #29B0B2. Grayscale: #777777. Windows color (decimal): -2732211 or 5066710. OLE color: 5066710.

HSL color Cylindrical-coordinate representation of color #D64F4D: hue angle of 0.88º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64F4D is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB2147977-
CMYK00.630.640.16
HSL0.88º62.56%57.06%-
HSV(B)0.88º64.02%83.92%-
XYZ31.8720.429.28-
YUV119.14104.23195.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.84%
GREEN value IS 79 (31.25% from 255) = 21.35%
BLUE value IS 77 (30.47% from 255) = 20.81%
R=57.84%
G=21.35%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214797700.630.640.160.8862.5657.06
HexD64F4D03F401013f39
Octal3261171150771002017771
Binary110101101001111100110101111111000000100001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64F4D; }

 p { color: rgb(214,79,77); }

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

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

 a { background-color: rgb(214,79,77); }

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

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

 span { border-color: rgb(214,79,77); }

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