Html Css Color HEX #D15D56 Indian Red

📋 copy color: '#D15D56'

red 209 ◦ green 93 ◦ blue 86

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

Shades of Indian Red #D15D56

Tints of Indian Red #D15D56

RGB

 RED value IS 209 (82.03% from 255) = 53.87%

 GREEN value IS 93 (36.72% from 255) = 23.97%

 BLUE value IS 86 (33.98% from 255) = 22.16%

R = 53.87%
G = 23.97%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D15D56 (or 0xD15D56) is known color: Indian Red. HEX triplet: D1, 5D and 56. RGB value is (209,93,86). Sum of RGB (Red+Green+Blue) = 209+93+86=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15D56 is #2EA2A9. Grayscale: #7F7F7F. Windows color (decimal): -3056298 or 5660113. OLE color: 5660113.

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

Color convert

RGB 209 93 86 -
CMYK 0 0.56 0.59 0.18
HSL 3.41º 0.57% 0.58% -
HSV(B) 3.41º 0.59% 0.82% -
XYZ 31.89 22.06 11.38 -
YUV 126.89 104.93 186.57 -
System Red Green Blue C M Y K H S L
Decimal 209 93 86 0 0.56 0.59 0.18 3.41 0.57 0.58
Hex D1 5D 56 0 38 3B 12 3 39 3A
Octal 321 135 126 0 70 73 22 3 71 72
Binary 11010001 1011101 1010110 0 111000 111011 10010 11 111001 111010

Color Harmonies of #D15D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15D56

Black with #D15D56

Text Example


Text Example

White with #D15D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15D56; }

 p { color: rgb(209,93,86); }

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

background-color css

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

 a { background-color: rgb(209,93,86); }

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

border-color css

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

 span { border-color: rgb(209,93,86); }

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