Html Css Color HEX #D15E5A Indian Red

📋 copy color: '#D15E5A'

red 209 ◦ green 94 ◦ blue 90

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

Shades of Indian Red #D15E5A

Tints of Indian Red #D15E5A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.92%

 BLUE value IS 90 (35.55% from 255) = 22.9%

R = 53.18%
G = 23.92%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D15E5A (or 0xD15E5A) is known color: Indian Red. HEX triplet: D1, 5E and 5A. RGB value is (209,94,90). Sum of RGB (Red+Green+Blue) = 209+94+90=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15E5A is #2EA1A5. Grayscale: #808080. Windows color (decimal): -3056038 or 5922513. OLE color: 5922513.

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

Color convert

RGB 209 94 90 -
CMYK 0 0.55 0.57 0.18
HSL 2.02º 0.56% 0.59% -
HSV(B) 2.02º 0.57% 0.82% -
XYZ 32.14 22.3 12.28 -
YUV 127.93 106.6 185.83 -
System Red Green Blue C M Y K H S L
Decimal 209 94 90 0 0.55 0.57 0.18 2.02 0.56 0.59
Hex D1 5E 5A 0 37 39 12 2 38 3B
Octal 321 136 132 0 67 71 22 2 70 73
Binary 11010001 1011110 1011010 0 110111 111001 10010 10 111000 111011

Color Harmonies of #D15E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15E5A

Black with #D15E5A

Text Example


Text Example

White with #D15E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15E5A; }

 p { color: rgb(209,94,90); }

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

background-color css

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

 a { background-color: rgb(209,94,90); }

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

border-color css

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

 span { border-color: rgb(209,94,90); }

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