#D04A43

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

Shades of Valencia #D04A43

Tints of Valencia #D04A43

Color information

#D04A43 (or 0xD04A43) is unknown color: approx Valencia. HEX triplet: D0, 4A and 43. RGB value is (208,74,67). Sum of RGB (Red+Green+Blue) = 208+74+67=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04A43 is #2FB5BC. Grayscale: #717171. Windows color (decimal): -3126717 or 4410064. OLE color: 4410064.

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

Color convert

RGB2087467-
CMYK00.640.680.18
HSL2.98º60%53.92%-
HSV(B)2.98º67.79%81.57%-
XYZ29.4718.717.37-
YUV113.27101.89195.57-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 59.60%
GREEN value IS 74 (29.30% from 255) = 21.20%
BLUE value IS 67 (26.56% from 255) = 19.20%
R=59.60%
G=21.20%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208746700.640.680.182.986053.92
HexD04A43040441233c36
Octal32011210301001042237466
Binary11010000100101010000110100000010001001001011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04A43; }

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

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

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

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

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

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

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

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