#D94E44

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

Shades of Valencia #D94E44

Tints of Valencia #D94E44

Color information

#D94E44 (or 0xD94E44) is unknown color: approx Valencia. HEX triplet: D9, 4E and 44. RGB value is (217,78,68). Sum of RGB (Red+Green+Blue) = 217+78+68=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D94E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94E44 is #26B1BB. Grayscale: #767676. Windows color (decimal): -2535868 or 4476633. OLE color: 4476633.

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

Color convert

RGB2177868-
CMYK00.640.690.15
HSL4.03º66.22%55.88%-
HSV(B)4.03º68.66%85.1%-
XYZ32.3820.627.74-
YUV118.4299.55198.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 59.78%
GREEN value IS 78 (30.86% from 255) = 21.49%
BLUE value IS 68 (26.95% from 255) = 18.73%
R=59.78%
G=21.49%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217786800.640.690.154.0366.2255.88
HexD94E4404045F44238
Octal331116104010010517410270
Binary110110011001110100010001000000100010111111001000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94E44; }

 p { color: rgb(217,78,68); }

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

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

 a { background-color: rgb(217,78,68); }

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

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

 span { border-color: rgb(217,78,68); }

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