#D04B45

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

Shades of Valencia #D04B45

Tints of Valencia #D04B45

Color information

#D04B45 (or 0xD04B45) is unknown color: approx Valencia. HEX triplet: D0, 4B and 45. RGB value is (208,75,69). Sum of RGB (Red+Green+Blue) = 208+75+69=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 75 (29.69% from 255 or 21.31% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D04B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04B45 is #2FB4BA. Grayscale: #727272. Windows color (decimal): -3126459 or 4541392. OLE color: 4541392.

HSL color Cylindrical-coordinate representation of color #D04B45: hue angle of 2.59º 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 #D04B45 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB2087569-
CMYK00.640.670.18
HSL2.59º59.66%54.31%-
HSV(B)2.59º66.83%81.57%-
XYZ29.618.877.71-
YUV114.08102.56194.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 59.09%
GREEN value IS 75 (29.69% from 255) = 21.31%
BLUE value IS 69 (27.34% from 255) = 19.60%
R=59.09%
G=21.31%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208756900.640.670.182.5959.6654.31
HexD04B45040431233c36
Octal32011310501001032237466
Binary11010000100101110001010100000010000111001011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04B45; }

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

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

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

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

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

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

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

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