#D75247

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

Shades of Valencia #D75247

Tints of Valencia #D75247

Color information

#D75247 (or 0xD75247) is unknown color: approx Valencia. HEX triplet: D7, 52 and 47. RGB value is (215,82,71). Sum of RGB (Red+Green+Blue) = 215+82+71=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D75247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75247 is #28ADB8. Grayscale: #787878. Windows color (decimal): -2665913 or 4674263. OLE color: 4674263.

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

Color convert

RGB2158271-
CMYK00.620.670.16
HSL4.58º64.29%56.08%-
HSV(B)4.58º66.98%84.31%-
XYZ32.1820.948.31-
YUV120.51100.06195.39-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 58.42%
GREEN value IS 82 (32.42% from 255) = 22.28%
BLUE value IS 71 (28.12% from 255) = 19.29%
R=58.42%
G=22.28%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215827100.620.670.164.5864.2956.08
HexD7524703E431054038
Octal32712210707610320510070
Binary110101111010010100011101111101000011100001011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75247; }

 p { color: rgb(215,82,71); }

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

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

 a { background-color: rgb(215,82,71); }

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

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

 span { border-color: rgb(215,82,71); }

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