#d54f45

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

Shades of Valencia #D54F45

Tints of Valencia #D54F45

Color information

#D54F45 (or 0xD54F45) is unknown color: approx Valencia. HEX triplet: D5, 4F and 45. RGB value is (213,79,69). Sum of RGB (Red+Green+Blue) = 213+79+69=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D54F45 is #2AB0BA. Grayscale: #767676. Windows color (decimal): -2797755 or 4542421. OLE color: 4542421.

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

Color convert

RGB2137969-
CMYK00.630.680.16
HSL4.17º63.16%55.29%-
HSV(B)4.17º67.61%83.53%-
XYZ31.3120.177.87-
YUV117.93100.39195.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.00%
GREEN value IS 79 (31.25% from 255) = 21.88%
BLUE value IS 69 (27.34% from 255) = 19.11%
R=59.00%
G=21.88%
B=19.11%

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
Decimal213796900.630.680.164.1763.1655.29
HexD54F4503F441043f37
Octal3251171050771042047767
Binary11010101100111110001010111111100010010000100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d54f45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d54f45; }

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

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

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

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

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

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

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

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