Html Css Color HEX #D5544D Valencia

📋 copy color: '#D5544D'

red 213 ◦ green 84 ◦ blue 77

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

Shades of Valencia #D5544D

Tints of Valencia #D5544D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.59%

R = 56.95%
G = 22.46%
B = 20.59%

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

#D5544D (or 0xD5544D) is known color: Valencia. HEX triplet: D5, 54 and 4D. RGB value is (213,84,77). Sum of RGB (Red+Green+Blue) = 213+84+77=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D5544D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5544D is #2AABB2. Grayscale: #797979. Windows color (decimal): -2796467 or 5067989. OLE color: 5067989.

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

Color convert

RGB 213 84 77 -
CMYK 0 0.61 0.64 0.16
HSL 3.09º 0.62% 0.57% -
HSV(B) 3.09º 0.64% 0.84% -
XYZ 31.95 21.02 9.39 -
YUV 121.77 102.74 193.07 -
System Red Green Blue C M Y K H S L
Decimal 213 84 77 0 0.61 0.64 0.16 3.09 0.62 0.57
Hex D5 54 4D 0 3D 40 10 3 3E 39
Octal 325 124 115 0 75 100 20 3 76 71
Binary 11010101 1010100 1001101 0 111101 1000000 10000 11 111110 111001

Color Harmonies of #D5544D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5544D

Black with #D5544D

Text Example


Text Example

White with #D5544D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5544D; }

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

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

background-color css

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

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

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

border-color css

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

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

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