#D94F4D

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

Shades of Valencia #D94F4D

Tints of Valencia #D94F4D

Color information

#D94F4D (or 0xD94F4D) is unknown color: approx Valencia. HEX triplet: D9, 4F and 4D. RGB value is (217,79,77). Sum of RGB (Red+Green+Blue) = 217+79+77=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94F4D is #26B0B2. Grayscale: #787878. Windows color (decimal): -2535603 or 5066713. OLE color: 5066713.

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

Color convert

RGB2177977-
CMYK00.640.650.15
HSL0.86º64.81%57.65%-
HSV(B)0.86º64.52%85.1%-
XYZ32.7520.889.33-
YUV120.03103.72197.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 58.18%
GREEN value IS 79 (31.25% from 255) = 21.18%
BLUE value IS 77 (30.47% from 255) = 20.64%
R=58.18%
G=21.18%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217797700.640.650.150.8664.8157.65
HexD94F4D04041F1413a
Octal331117115010010117110172
Binary1101100110011111001101010000001000001111111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94F4D; }

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

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

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

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

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

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

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

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