Html Css Color HEX #D55C5C Indian Red

📋 copy color: '#D55C5C'

red 213 ◦ green 92 ◦ blue 92

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

Shades of Indian Red #D55C5C

Tints of Indian Red #D55C5C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.17%

 BLUE value IS 92 (36.33% from 255) = 23.17%

R = 53.65%
G = 23.17%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D55C5C (or 0xD55C5C) is known color: Indian Red. HEX triplet: D5, 5C and 5C. RGB value is (213,92,92). Sum of RGB (Red+Green+Blue) = 213+92+92=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55C5C is #2AA3A3. Grayscale: #808080. Windows color (decimal): -2794404 or 6053077. OLE color: 6053077.

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

Color convert

RGB 213 92 92 -
CMYK 0 0.57 0.57 0.16
HSL 0.59% 0.6% -
HSV(B) 0.57% 0.84% -
XYZ 33.2 22.57 12.73 -
YUV 128.18 107.59 188.5 -
System Red Green Blue C M Y K H S L
Decimal 213 92 92 0 0.57 0.57 0.16 0 0.59 0.6
Hex D5 5C 5C 0 39 39 10 0 3B 3C
Octal 325 134 134 0 71 71 20 0 73 74
Binary 11010101 1011100 1011100 0 111001 111001 10000 0 111011 111100

Color Harmonies of #D55C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55C5C

Black with #D55C5C

Text Example


Text Example

White with #D55C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55C5C; }

 p { color: rgb(213,92,92); }

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

background-color css

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

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

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

border-color css

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

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

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