#D94C45

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

Shades of Valencia #D94C45

Tints of Valencia #D94C45

Color information

#D94C45 (or 0xD94C45) is unknown color: approx Valencia. HEX triplet: D9, 4C and 45. RGB value is (217,76,69). Sum of RGB (Red+Green+Blue) = 217+76+69=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94C45 is #26B3BA. Grayscale: #757575. Windows color (decimal): -2536379 or 4541657. OLE color: 4541657.

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

Color convert

RGB2177669-
CMYK00.650.680.15
HSL2.84º66.07%56.08%-
HSV(B)2.84º68.2%85.1%-
XYZ32.2720.357.86-
YUV117.36100.71199.07-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 59.94%
GREEN value IS 76 (30.08% from 255) = 20.99%
BLUE value IS 69 (27.34% from 255) = 19.06%
R=59.94%
G=20.99%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217766900.650.680.152.8466.0756.08
HexD94C4504144F34238
Octal331114105010110417310270
Binary11011001100110010001010100000110001001111111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94C45; }

 p { color: rgb(217,76,69); }

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

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

 a { background-color: rgb(217,76,69); }

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

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

 span { border-color: rgb(217,76,69); }

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