#D54D47

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

Shades of Valencia #D54D47

Tints of Valencia #D54D47

Color information

#D54D47 (or 0xD54D47) is unknown color: approx Valencia. HEX triplet: D5, 4D and 47. RGB value is (213,77,71). Sum of RGB (Red+Green+Blue) = 213+77+71=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D54D47 is #2AB2B8. Grayscale: #757575. Windows color (decimal): -2798265 or 4672981. OLE color: 4672981.

HSL color Cylindrical-coordinate representation of color #D54D47: hue angle of 2.54º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D54D47 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB2137771-
CMYK00.640.670.16
HSL2.54º62.83%55.69%-
HSV(B)2.54º66.67%83.53%-
XYZ31.2319.918.16-
YUV116.98102.06196.49-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.00%
GREEN value IS 77 (30.47% from 255) = 21.33%
BLUE value IS 71 (28.12% from 255) = 19.67%
R=59.00%
G=21.33%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213777100.640.670.162.5462.8355.69
HexD54D47040431033f38
Octal32511510701001032037770
Binary11010101100110110001110100000010000111000011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54D47; }

 p { color: rgb(213,77,71); }

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

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

 a { background-color: rgb(213,77,71); }

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

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

 span { border-color: rgb(213,77,71); }

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