#D54C48

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

Shades of Valencia #D54C48

Tints of Valencia #D54C48

Color information

#D54C48 (or 0xD54C48) is unknown color: approx Valencia. HEX triplet: D5, 4C and 48. RGB value is (213,76,72). Sum of RGB (Red+Green+Blue) = 213+76+72=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54C48 is #2AB3B7. Grayscale: #747474. Windows color (decimal): -2798520 or 4738261. OLE color: 4738261.

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

Color convert

RGB2137672-
CMYK00.640.660.16
HSL1.7º62.67%55.88%-
HSV(B)1.7º66.2%83.53%-
XYZ31.1919.788.31-
YUV116.51102.89196.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.00%
GREEN value IS 76 (30.08% from 255) = 21.05%
BLUE value IS 72 (28.52% from 255) = 19.94%
R=59.00%
G=21.05%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213767200.640.660.161.762.6755.88
HexD54C48040421023f38
Octal32511411001001022027770
Binary11010101100110010010000100000010000101000010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54C48; }

 p { color: rgb(213,76,72); }

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

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

 a { background-color: rgb(213,76,72); }

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

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

 span { border-color: rgb(213,76,72); }

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