#D54A48

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

Shades of Valencia #D54A48

Tints of Valencia #D54A48

Color information

#D54A48 (or 0xD54A48) is unknown color: approx Valencia. HEX triplet: D5, 4A and 48. RGB value is (213,74,72). Sum of RGB (Red+Green+Blue) = 213+74+72=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54A48 is #2AB5B7. Grayscale: #737373. Windows color (decimal): -2799032 or 4737749. OLE color: 4737749.

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

Color convert

RGB2137472-
CMYK00.650.660.16
HSL0.85º62.67%55.88%-
HSV(B)0.85º66.2%83.53%-
XYZ31.0619.518.26-
YUV115.33103.55197.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.33%
GREEN value IS 74 (29.30% from 255) = 20.61%
BLUE value IS 72 (28.52% from 255) = 20.06%
R=59.33%
G=20.61%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213747200.650.660.160.8562.6755.88
HexD54A48041421013f38
Octal32511211001011022017770
Binary1101010110010101001000010000011000010100001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54A48; }

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

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

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

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

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

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

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

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