#D54B47

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

Shades of Valencia #D54B47

Tints of Valencia #D54B47

Color information

#D54B47 (or 0xD54B47) is unknown color: approx Valencia. HEX triplet: D5, 4B and 47. RGB value is (213,75,71). Sum of RGB (Red+Green+Blue) = 213+75+71=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54B47 is #2AB4B8. Grayscale: #737373. Windows color (decimal): -2798777 or 4672469. OLE color: 4672469.

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

Color convert

RGB2137571-
CMYK00.650.670.16
HSL1.69º62.83%55.69%-
HSV(B)1.69º66.67%83.53%-
XYZ31.0919.638.11-
YUV115.81102.72197.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.33%
GREEN value IS 75 (29.69% from 255) = 20.89%
BLUE value IS 71 (28.12% from 255) = 19.78%
R=59.33%
G=20.89%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213757100.650.670.161.6962.8355.69
HexD54B47041431023f38
Octal32511310701011032027770
Binary11010101100101110001110100000110000111000010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54B47; }

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

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

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

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

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

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

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

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