#D15452

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

Shades of Valencia #D15452

Tints of Valencia #D15452

Color information

#D15452 (or 0xD15452) is unknown color: approx Valencia. HEX triplet: D1, 54 and 52. RGB value is (209,84,82). Sum of RGB (Red+Green+Blue) = 209+84+82=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D15452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15452 is #2EABAD. Grayscale: #797979. Windows color (decimal): -3058606 or 5395665. OLE color: 5395665.

HSL color Cylindrical-coordinate representation of color #D15452: hue angle of 0.94º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D15452 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB2098482-
CMYK00.600.610.18
HSL0.94º57.99%57.06%-
HSV(B)0.94º60.77%81.96%-
XYZ30.9920.5110.31-
YUV121.15105.91190.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.73%
GREEN value IS 84 (33.20% from 255) = 22.4%
BLUE value IS 82 (32.42% from 255) = 21.87%
R=55.73%
G=22.4%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209848200.600.610.180.9457.9957.06
HexD1545203C3D1213a39
Octal321124122074752217271
Binary11010001101010010100100111100111101100101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15452; }

 p { color: rgb(209,84,82); }

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

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

 a { background-color: rgb(209,84,82); }

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

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

 span { border-color: rgb(209,84,82); }

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