Html Css Color HEX #D5544E Valencia

📋 copy color: '#D5544E'

red 213 ◦ green 84 ◦ blue 78

#D5544E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Valencia #D5544E

Tints of Valencia #D5544E

RGB

 RED value IS 213 (83.59% from 255) = 56.8%

 GREEN value IS 84 (33.2% from 255) = 22.4%

 BLUE value IS 78 (30.86% from 255) = 20.8%

R = 56.8%
G = 22.4%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5544E (or 0xD5544E) is known color: Valencia. HEX triplet: D5, 54 and 4E. RGB value is (213,84,78). Sum of RGB (Red+Green+Blue) = 213+84+78=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D5544E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5544E is #2AABB1. Grayscale: #7A7A7A. Windows color (decimal): -2796466 or 5133525. OLE color: 5133525.

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

Color convert

RGB 213 84 78 -
CMYK 0 0.61 0.63 0.16
HSL 2.67º 0.62% 0.57% -
HSV(B) 2.67º 0.63% 0.84% -
XYZ 31.99 21.04 9.58 -
YUV 121.89 103.24 192.99 -
System Red Green Blue C M Y K H S L
Decimal 213 84 78 0 0.61 0.63 0.16 2.67 0.62 0.57
Hex D5 54 4E 0 3D 3F 10 3 3E 39
Octal 325 124 116 0 75 77 20 3 76 71
Binary 11010101 1010100 1001110 0 111101 111111 10000 11 111110 111001

Color Harmonies of #D5544E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5544E

Black with #D5544E

Text Example


Text Example

White with #D5544E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5544E; }

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

 H1.HeaderClassName
 {
   color: #D5544E;
 }
 .AnyTagClassName
 {
   color: #D5544E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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