#D64844

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

Shades of Valencia #D64844

Tints of Valencia #D64844

Color information

#D64844 (or 0xD64844) is unknown color: approx Valencia. HEX triplet: D6, 48 and 44. RGB value is (214,72,68). Sum of RGB (Red+Green+Blue) = 214+72+68=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D64844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64844 is #29B7BB. Grayscale: #727272. Windows color (decimal): -2734012 or 4475094. OLE color: 4475094.

HSL color Cylindrical-coordinate representation of color #D64844: hue angle of 1.64º 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 #D64844 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB2147268-
CMYK00.660.680.16
HSL1.64º64.04%55.29%-
HSV(B)1.64º68.22%83.92%-
XYZ31.0919.357.56-
YUV114102.04199.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 60.45%
GREEN value IS 72 (28.52% from 255) = 20.34%
BLUE value IS 68 (26.95% from 255) = 19.21%
R=60.45%
G=20.34%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214726800.660.680.161.6464.0455.29
HexD64844042441024037
Octal326110104010210420210067
Binary110101101001000100010001000010100010010000101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64844; }

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

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

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

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

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

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

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

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