#D54B45

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

Shades of Valencia #D54B45

Tints of Valencia #D54B45

Color information

#D54B45 (or 0xD54B45) is unknown color: approx Valencia. HEX triplet: D5, 4B and 45. RGB value is (213,75,69). Sum of RGB (Red+Green+Blue) = 213+75+69=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54B45 is #2AB4BA. Grayscale: #737373. Windows color (decimal): -2798779 or 4541397. OLE color: 4541397.

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

Color convert

RGB2137569-
CMYK00.650.680.16
HSL2.5º63.16%55.29%-
HSV(B)2.5º67.61%83.53%-
XYZ31.0319.617.78-
YUV115.58101.72197.49-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.66%
GREEN value IS 75 (29.69% from 255) = 21.01%
BLUE value IS 69 (27.34% from 255) = 19.33%
R=59.66%
G=21.01%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213756900.650.680.162.563.1655.29
HexD54B45041441033f37
Octal32511310501011042037767
Binary11010101100101110001010100000110001001000011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54B45; }

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

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

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

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

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

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

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

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