#D64846

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

Shades of Valencia #D64846

Tints of Valencia #D64846

Color information

#D64846 (or 0xD64846) is unknown color: approx Valencia. HEX triplet: D6, 48 and 46. RGB value is (214,72,70). Sum of RGB (Red+Green+Blue) = 214+72+70=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D64846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64846 is #29B7B9. Grayscale: #727272. Windows color (decimal): -2734010 or 4606166. OLE color: 4606166.

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

Color convert

RGB2147270-
CMYK00.660.670.16
HSL0.83º63.72%55.69%-
HSV(B)0.83º67.29%83.92%-
XYZ31.1519.377.89-
YUV114.23103.04199.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 60.11%
GREEN value IS 72 (28.52% from 255) = 20.22%
BLUE value IS 70 (27.73% from 255) = 19.66%
R=60.11%
G=20.22%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214727000.660.670.160.8363.7255.69
HexD64846042431014038
Octal326110106010210320110070
Binary11010110100100010001100100001010000111000011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64846; }

 p { color: rgb(214,72,70); }

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

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

 a { background-color: rgb(214,72,70); }

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

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

 span { border-color: rgb(214,72,70); }

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