Html Css Color HEX #D55950 Valencia

📋 copy color: '#D55950'

red 213 ◦ green 89 ◦ blue 80

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

Shades of Valencia #D55950

Tints of Valencia #D55950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.3%

 BLUE value IS 80 (31.64% from 255) = 20.94%

R = 55.76%
G = 23.3%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D55950 (or 0xD55950) is known color: Valencia. HEX triplet: D5, 59 and 50. RGB value is (213,89,80). Sum of RGB (Red+Green+Blue) = 213+89+80=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D55950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55950 is #2AA6AF. Grayscale: #7D7D7D. Windows color (decimal): -2795184 or 5265877. OLE color: 5265877.

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

Color convert

RGB 213 89 80 -
CMYK 0 0.58 0.62 0.16
HSL 4.06º 0.61% 0.57% -
HSV(B) 4.06º 0.62% 0.84% -
XYZ 32.46 21.87 10.1 -
YUV 125.05 102.58 190.73 -
System Red Green Blue C M Y K H S L
Decimal 213 89 80 0 0.58 0.62 0.16 4.06 0.61 0.57
Hex D5 59 50 0 3A 3E 10 4 3D 39
Octal 325 131 120 0 72 76 20 4 75 71
Binary 11010101 1011001 1010000 0 111010 111110 10000 100 111101 111001

Color Harmonies of #D55950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55950

Black with #D55950

Text Example


Text Example

White with #D55950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55950; }

 p { color: rgb(213,89,80); }

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

background-color css

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

 a { background-color: rgb(213,89,80); }

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

border-color css

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

 span { border-color: rgb(213,89,80); }

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