#D04A45

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

Shades of Valencia #D04A45

Tints of Valencia #D04A45

Color information

#D04A45 (or 0xD04A45) is unknown color: approx Valencia. HEX triplet: D0, 4A and 45. RGB value is (208,74,69). Sum of RGB (Red+Green+Blue) = 208+74+69=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04A45 is #2FB5BA. Grayscale: #717171. Windows color (decimal): -3126715 or 4541136. OLE color: 4541136.

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

Color convert

RGB2087469-
CMYK00.640.670.18
HSL2.16º59.66%54.31%-
HSV(B)2.16º66.83%81.57%-
XYZ29.5418.747.69-
YUV113.5102.89195.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 59.26%
GREEN value IS 74 (29.30% from 255) = 21.08%
BLUE value IS 69 (27.34% from 255) = 19.66%
R=59.26%
G=21.08%
B=19.66%

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
Decimal208746900.640.670.182.1659.6654.31
HexD04A45040431223c36
Octal32011210501001032227466
Binary11010000100101010001010100000010000111001010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04A45; }

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

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

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

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

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

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

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

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