Html Css Color HEX #D7554D Valencia

📋 copy color: '#D7554D'

red 215 ◦ green 85 ◦ blue 77

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

Shades of Valencia #D7554D

Tints of Valencia #D7554D

RGB

 RED value IS 215 (84.38% from 255) = 57.03%

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

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

R = 57.03%
G = 22.55%
B = 20.42%

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

#D7554D (or 0xD7554D) is known color: Valencia. HEX triplet: D7, 55 and 4D. RGB value is (215,85,77). Sum of RGB (Red+Green+Blue) = 215+85+77=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D7554D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7554D is #28AAB2. Grayscale: #7B7B7B. Windows color (decimal): -2665139 or 5068247. OLE color: 5068247.

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

Color convert

RGB 215 85 77 -
CMYK 0 0.60 0.64 0.16
HSL 3.48º 0.63% 0.57% -
HSV(B) 3.48º 0.64% 0.84% -
XYZ 32.61 21.48 9.45 -
YUV 122.96 102.07 193.65 -
System Red Green Blue C M Y K H S L
Decimal 215 85 77 0 0.60 0.64 0.16 3.48 0.63 0.57
Hex D7 55 4D 0 3C 40 10 3 3F 39
Octal 327 125 115 0 74 100 20 3 77 71
Binary 11010111 1010101 1001101 0 111100 1000000 10000 11 111111 111001

Color Harmonies of #D7554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7554D

Black with #D7554D

Text Example


Text Example

White with #D7554D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7554D; }

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

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

background-color css

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

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

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

border-color css

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

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

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