#D64F44

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

Shades of Valencia #D64F44

Tints of Valencia #D64F44

Color information

#D64F44 (or 0xD64F44) is unknown color: approx Valencia. HEX triplet: D6, 4F and 44. RGB value is (214,79,68). Sum of RGB (Red+Green+Blue) = 214+79+68=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64F44 is #29B0BB. Grayscale: #767676. Windows color (decimal): -2732220 or 4476886. OLE color: 4476886.

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

Color convert

RGB2147968-
CMYK00.630.680.16
HSL4.52º64.04%55.29%-
HSV(B)4.52º68.22%83.92%-
XYZ31.5720.317.72-
YUV118.1199.73196.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 59.28%
GREEN value IS 79 (31.25% from 255) = 21.88%
BLUE value IS 68 (26.95% from 255) = 18.84%
R=59.28%
G=21.88%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214796800.630.680.164.5264.0455.29
HexD64F4403F441054037
Octal32611710407710420510067
Binary110101101001111100010001111111000100100001011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64F44; }

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

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

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

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

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

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

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

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