Html Css Color HEX #D55753 Valencia

📋 copy color: '#D55753'

red 213 ◦ green 87 ◦ blue 83

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

Shades of Valencia #D55753

Tints of Valencia #D55753

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.72%

 BLUE value IS 83 (32.81% from 255) = 21.67%

R = 55.61%
G = 22.72%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D55753 (or 0xD55753) is known color: Valencia. HEX triplet: D5, 57 and 53. RGB value is (213,87,83). Sum of RGB (Red+Green+Blue) = 213+87+83=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D55753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55753 is #2AA8AC. Grayscale: #7C7C7C. Windows color (decimal): -2795693 or 5461973. OLE color: 5461973.

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

Color convert

RGB 213 87 83 -
CMYK 0 0.59 0.61 0.16
HSL 1.85º 0.61% 0.58% -
HSV(B) 1.85º 0.61% 0.84% -
XYZ 32.41 21.59 10.64 -
YUV 124.22 104.74 191.33 -
System Red Green Blue C M Y K H S L
Decimal 213 87 83 0 0.59 0.61 0.16 1.85 0.61 0.58
Hex D5 57 53 0 3B 3D 10 2 3D 3A
Octal 325 127 123 0 73 75 20 2 75 72
Binary 11010101 1010111 1010011 0 111011 111101 10000 10 111101 111010

Color Harmonies of #D55753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55753

Black with #D55753

Text Example


Text Example

White with #D55753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55753; }

 p { color: rgb(213,87,83); }

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

background-color css

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

 a { background-color: rgb(213,87,83); }

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

border-color css

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

 span { border-color: rgb(213,87,83); }

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