#D74C45

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

Shades of Valencia #D74C45

Tints of Valencia #D74C45

Color information

#D74C45 (or 0xD74C45) is unknown color: approx Valencia. HEX triplet: D7, 4C and 45. RGB value is (215,76,69). Sum of RGB (Red+Green+Blue) = 215+76+69=360 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.72% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74C45 is #28B3BA. Grayscale: #747474. Windows color (decimal): -2667451 or 4541655. OLE color: 4541655.

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

Color convert

RGB2157669-
CMYK00.650.680.16
HSL2.88º64.6%55.69%-
HSV(B)2.88º67.91%84.31%-
XYZ31.6820.057.83-
YUV116.76101.05198.07-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 59.72%
GREEN value IS 76 (30.08% from 255) = 21.11%
BLUE value IS 69 (27.34% from 255) = 19.17%
R=59.72%
G=21.11%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215766900.650.680.162.8864.655.69
HexD74C45041441034138
Octal327114105010110420310170
Binary110101111001100100010101000001100010010000111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74C45; }

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

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

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

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

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

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

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

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