#D75C4B

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

Shades of Valencia #D75C4B

Tints of Valencia #D75C4B

Color information

#D75C4B (or 0xD75C4B) is unknown color: approx Valencia. HEX triplet: D7, 5C and 4B. RGB value is (215,92,75). Sum of RGB (Red+Green+Blue) = 215+92+75=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D75C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75C4B is #28A3B4. Grayscale: #7F7F7F. Windows color (decimal): -2663349 or 4938967. OLE color: 4938967.

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

Color convert

RGB2159275-
CMYK00.570.650.16
HSL7.29º63.64%56.86%-
HSV(B)7.29º65.12%84.31%-
XYZ33.1222.619.27-
YUV126.8498.75190.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 56.28%
GREEN value IS 92 (36.33% from 255) = 24.08%
BLUE value IS 75 (29.69% from 255) = 19.63%
R=56.28%
G=24.08%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215927500.570.650.167.2963.6456.86
HexD75C4B039411074039
Octal32713411307110120710071
Binary110101111011100100101101110011000001100001111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75C4B; }

 p { color: rgb(215,92,75); }

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

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

 a { background-color: rgb(215,92,75); }

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

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

 span { border-color: rgb(215,92,75); }

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