Html Css Color HEX #D5554D Valencia

📋 copy color: '#D5554D'

red 213 ◦ green 85 ◦ blue 77

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

Shades of Valencia #D5554D

Tints of Valencia #D5554D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.67%

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

R = 56.8%
G = 22.67%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5554D (or 0xD5554D) is known color: Valencia. HEX triplet: D5, 55 and 4D. RGB value is (213,85,77). Sum of RGB (Red+Green+Blue) = 213+85+77=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D5554D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5554D is #2AAAB2. Grayscale: #7A7A7A. Windows color (decimal): -2796211 or 5068245. OLE color: 5068245.

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

Color convert

RGB 213 85 77 -
CMYK 0 0.60 0.64 0.16
HSL 3.53º 0.62% 0.57% -
HSV(B) 3.53º 0.64% 0.84% -
XYZ 32.03 21.18 9.42 -
YUV 122.36 102.41 192.65 -
System Red Green Blue C M Y K H S L
Decimal 213 85 77 0 0.60 0.64 0.16 3.53 0.62 0.57
Hex D5 55 4D 0 3C 40 10 4 3E 39
Octal 325 125 115 0 74 100 20 4 76 71
Binary 11010101 1010101 1001101 0 111100 1000000 10000 100 111110 111001

Color Harmonies of #D5554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5554D

Black with #D5554D

Text Example


Text Example

White with #D5554D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5554D; }

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

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

background-color css

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

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

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

border-color css

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

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

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