Html Css Color HEX #D55A50 Valencia

📋 copy color: '#D55A50'

red 213 ◦ green 90 ◦ blue 80

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

Shades of Valencia #D55A50

Tints of Valencia #D55A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.5%

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

R = 55.61%
G = 23.5%
B = 20.89%

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

#D55A50 (or 0xD55A50) is known color: Valencia. HEX triplet: D5, 5A and 50. RGB value is (213,90,80). Sum of RGB (Red+Green+Blue) = 213+90+80=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55A50 is #2AA5AF. Grayscale: #7D7D7D. Windows color (decimal): -2794928 or 5266133. OLE color: 5266133.

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

Color convert

RGB 213 90 80 -
CMYK 0 0.58 0.62 0.16
HSL 4.51º 0.61% 0.57% -
HSV(B) 4.51º 0.62% 0.84% -
XYZ 32.54 22.04 10.13 -
YUV 125.64 102.25 190.31 -
System Red Green Blue C M Y K H S L
Decimal 213 90 80 0 0.58 0.62 0.16 4.51 0.61 0.57
Hex D5 5A 50 0 3A 3E 10 5 3D 39
Octal 325 132 120 0 72 76 20 5 75 71
Binary 11010101 1011010 1010000 0 111010 111110 10000 101 111101 111001

Color Harmonies of #D55A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55A50

Black with #D55A50

Text Example


Text Example

White with #D55A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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