#D04E48

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

Shades of Valencia #D04E48

Tints of Valencia #D04E48

Color information

#D04E48 (or 0xD04E48) is unknown color: approx Valencia. HEX triplet: D0, 4E and 48. RGB value is (208,78,72). Sum of RGB (Red+Green+Blue) = 208+78+72=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D04E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D04E48 is #2FB1B7. Grayscale: #747474. Windows color (decimal): -3125688 or 4738768. OLE color: 4738768.

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

Color convert

RGB2087872-
CMYK00.620.650.18
HSL2.65º59.13%54.9%-
HSV(B)2.65º65.38%81.57%-
XYZ29.9119.338.29-
YUV116.19103.07193.49-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 58.10%
GREEN value IS 78 (30.86% from 255) = 21.79%
BLUE value IS 72 (28.52% from 255) = 20.11%
R=58.10%
G=21.79%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208787200.620.650.182.6559.1354.9
HexD04E4803E411233b37
Octal3201161100761012237367
Binary1101000010011101001000011111010000011001011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04E48; }

 p { color: rgb(208,78,72); }

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

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

 a { background-color: rgb(208,78,72); }

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

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

 span { border-color: rgb(208,78,72); }

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