#D15448

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

Shades of Valencia #D15448

Tints of Valencia #D15448

Color information

#D15448 (or 0xD15448) is unknown color: approx Valencia. HEX triplet: D1, 54 and 48. RGB value is (209,84,72). Sum of RGB (Red+Green+Blue) = 209+84+72=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D15448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15448 is #2EABB7. Grayscale: #787878. Windows color (decimal): -3058616 or 4740305. OLE color: 4740305.

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

Color convert

RGB2098472-
CMYK00.600.660.18
HSL5.26º59.83%55.1%-
HSV(B)5.26º65.55%81.96%-
XYZ30.6320.368.45-
YUV120.01100.91191.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.26%
GREEN value IS 84 (33.20% from 255) = 23.01%
BLUE value IS 72 (28.52% from 255) = 19.73%
R=57.26%
G=23.01%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209847200.600.660.185.2659.8355.1
HexD1544803C421253c37
Octal3211241100741022257467
Binary11010001101010010010000111100100001010010101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15448; }

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

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

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

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

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

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

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

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