Html Css Color HEX #D5544B Valencia

📋 copy color: '#D5544B'

red 213 ◦ green 84 ◦ blue 75

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

Shades of Valencia #D5544B

Tints of Valencia #D5544B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.16%

R = 57.26%
G = 22.58%
B = 20.16%

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

#D5544B (or 0xD5544B) is known color: Valencia. HEX triplet: D5, 54 and 4B. RGB value is (213,84,75). Sum of RGB (Red+Green+Blue) = 213+84+75=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D5544B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5544B is #2AABB4. Grayscale: #797979. Windows color (decimal): -2796469 or 4936917. OLE color: 4936917.

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

Color convert

RGB 213 84 75 -
CMYK 0 0.61 0.65 0.16
HSL 3.91º 0.62% 0.56% -
HSV(B) 3.91º 0.65% 0.84% -
XYZ 31.88 20.99 9.03 -
YUV 121.55 101.74 193.23 -
System Red Green Blue C M Y K H S L
Decimal 213 84 75 0 0.61 0.65 0.16 3.91 0.62 0.56
Hex D5 54 4B 0 3D 41 10 4 3E 38
Octal 325 124 113 0 75 101 20 4 76 70
Binary 11010101 1010100 1001011 0 111101 1000001 10000 100 111110 111000

Color Harmonies of #D5544B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5544B

Black with #D5544B

Text Example


Text Example

White with #D5544B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5544B; }

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

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

background-color css

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

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

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

border-color css

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

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

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