#D54E45

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

Shades of Valencia #D54E45

Tints of Valencia #D54E45

Color information

#D54E45 (or 0xD54E45) is unknown color: approx Valencia. HEX triplet: D5, 4E and 45. RGB value is (213,78,69). Sum of RGB (Red+Green+Blue) = 213+78+69=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D54E45 is #2AB1BA. Grayscale: #757575. Windows color (decimal): -2798011 or 4542165. OLE color: 4542165.

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

Color convert

RGB2137869-
CMYK00.630.680.16
HSL3.75º63.16%55.29%-
HSV(B)3.75º67.61%83.53%-
XYZ31.2420.027.85-
YUV117.34100.73196.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.17%
GREEN value IS 78 (30.86% from 255) = 21.67%
BLUE value IS 69 (27.34% from 255) = 19.17%
R=59.17%
G=21.67%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213786900.630.680.163.7563.1655.29
HexD54E4503F441043f37
Octal3251161050771042047767
Binary11010101100111010001010111111100010010000100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54E45; }

 p { color: rgb(213,78,69); }

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

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

 a { background-color: rgb(213,78,69); }

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

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

 span { border-color: rgb(213,78,69); }

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