Html Css Color HEX #D15E5E Indian Red

📋 copy color: '#D15E5E'

red 209 ◦ green 94 ◦ blue 94

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

Shades of Indian Red #D15E5E

Tints of Indian Red #D15E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.68%

R = 52.64%
G = 23.68%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D15E5E (or 0xD15E5E) is known color: Indian Red. HEX triplet: D1, 5E and 5E. RGB value is (209,94,94). Sum of RGB (Red+Green+Blue) = 209+94+94=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15E5E is #2EA1A1. Grayscale: #808080. Windows color (decimal): -3056034 or 6184657. OLE color: 6184657.

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

Color convert

RGB 209 94 94 -
CMYK 0 0.55 0.55 0.18
HSL 0.56% 0.59% -
HSV(B) 0.55% 0.82% -
XYZ 32.32 22.37 13.2 -
YUV 128.39 108.6 185.5 -
System Red Green Blue C M Y K H S L
Decimal 209 94 94 0 0.55 0.55 0.18 0 0.56 0.59
Hex D1 5E 5E 0 37 37 12 0 38 3B
Octal 321 136 136 0 67 67 22 0 70 73
Binary 11010001 1011110 1011110 0 110111 110111 10010 0 111000 111011

Color Harmonies of #D15E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15E5E

Black with #D15E5E

Text Example


Text Example

White with #D15E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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