#D75149

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

Shades of Valencia #D75149

Tints of Valencia #D75149

Color information

#D75149 (or 0xD75149) is unknown color: approx Valencia. HEX triplet: D7, 51 and 49. RGB value is (215,81,73). Sum of RGB (Red+Green+Blue) = 215+81+73=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D75149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75149 is #28AEB6. Grayscale: #787878. Windows color (decimal): -2666167 or 4805079. OLE color: 4805079.

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

Color convert

RGB2158173-
CMYK00.620.660.16
HSL3.38º63.96%56.47%-
HSV(B)3.38º66.05%84.31%-
XYZ32.1720.818.63-
YUV120.15101.39195.65-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 58.27%
GREEN value IS 81 (32.03% from 255) = 21.95%
BLUE value IS 73 (28.91% from 255) = 19.78%
R=58.27%
G=21.95%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215817300.620.660.163.3863.9656.47
HexD7514903E421034038
Octal32712111107610220310070
Binary11010111101000110010010111110100001010000111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75149; }

 p { color: rgb(215,81,73); }

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

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

 a { background-color: rgb(215,81,73); }

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

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

 span { border-color: rgb(215,81,73); }

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