Html Css Color HEX #D5544A Valencia

📋 copy color: '#D5544A'

red 213 ◦ green 84 ◦ blue 74

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

Shades of Valencia #D5544A

Tints of Valencia #D5544A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.95%

R = 57.41%
G = 22.64%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5544A (or 0xD5544A) is known color: Valencia. HEX triplet: D5, 54 and 4A. RGB value is (213,84,74). Sum of RGB (Red+Green+Blue) = 213+84+74=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D5544A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5544A is #2AABB5. Grayscale: #797979. Windows color (decimal): -2796470 or 4871381. OLE color: 4871381.

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

Color convert

RGB 213 84 74 -
CMYK 0 0.61 0.65 0.16
HSL 4.32º 0.62% 0.56% -
HSV(B) 4.32º 0.65% 0.84% -
XYZ 31.85 20.98 8.85 -
YUV 121.43 101.24 193.31 -
System Red Green Blue C M Y K H S L
Decimal 213 84 74 0 0.61 0.65 0.16 4.32 0.62 0.56
Hex D5 54 4A 0 3D 41 10 4 3E 38
Octal 325 124 112 0 75 101 20 4 76 70
Binary 11010101 1010100 1001010 0 111101 1000001 10000 100 111110 111000

Color Harmonies of #D5544A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5544A

Black with #D5544A

Text Example


Text Example

White with #D5544A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5544A; }

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

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

background-color css

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

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

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

border-color css

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

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

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