#D54B41

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

Shades of Valencia #D54B41

Tints of Valencia #D54B41

Color information

#D54B41 (or 0xD54B41) is unknown color: approx Valencia. HEX triplet: D5, 4B and 41. RGB value is (213,75,65). Sum of RGB (Red+Green+Blue) = 213+75+65=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54B41 is #2AB4BE. Grayscale: #737373. Windows color (decimal): -2798783 or 4279253. OLE color: 4279253.

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

Color convert

RGB2137565-
CMYK00.650.690.16
HSL4.05º63.79%54.51%-
HSV(B)4.05º69.48%83.53%-
XYZ30.9119.567.15-
YUV115.1299.72197.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 60.34%
GREEN value IS 75 (29.69% from 255) = 21.25%
BLUE value IS 65 (25.78% from 255) = 18.41%
R=60.34%
G=21.25%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213756500.650.690.164.0563.7954.51
HexD54B41041451044037
Octal325113101010110520410067
Binary1101010110010111000001010000011000101100001001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54B41; }

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

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

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

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

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

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

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

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