#D04845

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

Shades of Valencia #D04845

Tints of Valencia #D04845

Color information

#D04845 (or 0xD04845) is unknown color: approx Valencia. HEX triplet: D0, 48 and 45. RGB value is (208,72,69). Sum of RGB (Red+Green+Blue) = 208+72+69=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D04845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04845 is #2FB7BA. Grayscale: #707070. Windows color (decimal): -3127227 or 4540624. OLE color: 4540624.

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

Color convert

RGB2087269-
CMYK00.650.670.18
HSL1.29º59.66%54.31%-
HSV(B)1.29º66.83%81.57%-
XYZ29.418.477.65-
YUV112.32103.56196.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 59.60%
GREEN value IS 72 (28.52% from 255) = 20.63%
BLUE value IS 69 (27.34% from 255) = 19.77%
R=59.60%
G=20.63%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208726900.650.670.181.2959.6654.31
HexD04845041431213c36
Octal32011010501011032217466
Binary1101000010010001000101010000011000011100101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04845; }

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

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

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

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

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

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

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

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