Html Css Color HEX #D5544C Valencia

📋 copy color: '#D5544C'

red 213 ◦ green 84 ◦ blue 76

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

Shades of Valencia #D5544C

Tints of Valencia #D5544C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.38%

R = 57.1%
G = 22.52%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5544C (or 0xD5544C) is known color: Valencia. HEX triplet: D5, 54 and 4C. RGB value is (213,84,76). Sum of RGB (Red+Green+Blue) = 213+84+76=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D5544C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5544C is #2AABB3. Grayscale: #797979. Windows color (decimal): -2796468 or 5002453. OLE color: 5002453.

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

Color convert

RGB 213 84 76 -
CMYK 0 0.61 0.64 0.16
HSL 3.5º 0.62% 0.57% -
HSV(B) 3.5º 0.64% 0.84% -
XYZ 31.92 21.01 9.21 -
YUV 121.66 102.24 193.15 -
System Red Green Blue C M Y K H S L
Decimal 213 84 76 0 0.61 0.64 0.16 3.5 0.62 0.57
Hex D5 54 4C 0 3D 40 10 4 3E 39
Octal 325 124 114 0 75 100 20 4 76 71
Binary 11010101 1010100 1001100 0 111101 1000000 10000 100 111110 111001

Color Harmonies of #D5544C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5544C

Black with #D5544C

Text Example


Text Example

White with #D5544C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5544C; }

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

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

background-color css

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

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

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

border-color css

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

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

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