#D54941

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

Shades of Valencia #D54941

Tints of Valencia #D54941

Color information

#D54941 (or 0xD54941) is unknown color: approx Valencia. HEX triplet: D5, 49 and 41. RGB value is (213,73,65). Sum of RGB (Red+Green+Blue) = 213+73+65=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D54941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54941 is #2AB6BE. Grayscale: #727272. Windows color (decimal): -2799295 or 4278741. OLE color: 4278741.

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

Color convert

RGB2137365-
CMYK00.660.690.16
HSL3.24º63.79%54.51%-
HSV(B)3.24º69.48%83.53%-
XYZ30.7819.297.1-
YUV113.95100.38198.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 60.68%
GREEN value IS 73 (28.91% from 255) = 20.80%
BLUE value IS 65 (25.78% from 255) = 18.52%
R=60.68%
G=20.80%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213736500.660.690.163.2463.7954.51
HexD54941042451034037
Octal325111101010210520310067
Binary110101011001001100000101000010100010110000111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54941; }

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

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

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

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

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

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

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

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