Html Css Color HEX #D55A58 Indian Red

📋 copy color: '#D55A58'

red 213 ◦ green 90 ◦ blue 88

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

Shades of Indian Red #D55A58

Tints of Indian Red #D55A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.51%

R = 54.48%
G = 23.02%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D55A58 (or 0xD55A58) is known color: Indian Red. HEX triplet: D5, 5A and 58. RGB value is (213,90,88). Sum of RGB (Red+Green+Blue) = 213+90+88=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55A58 is #2AA5A7. Grayscale: #7E7E7E. Windows color (decimal): -2794920 or 5790421. OLE color: 5790421.

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

Color convert

RGB 213 90 88 -
CMYK 0 0.58 0.59 0.16
HSL 0.96º 0.6% 0.59% -
HSV(B) 0.96º 0.59% 0.84% -
XYZ 32.86 22.16 11.78 -
YUV 126.55 106.25 189.66 -
System Red Green Blue C M Y K H S L
Decimal 213 90 88 0 0.58 0.59 0.16 0.96 0.6 0.59
Hex D5 5A 58 0 3A 3B 10 1 3C 3B
Octal 325 132 130 0 72 73 20 1 74 73
Binary 11010101 1011010 1011000 0 111010 111011 10000 1 111100 111011

Color Harmonies of #D55A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55A58

Black with #D55A58

Text Example


Text Example

White with #D55A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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