Html Css Color HEX #D15F58 Indian Red

📋 copy color: '#D15F58'

red 209 ◦ green 95 ◦ blue 88

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

Shades of Indian Red #D15F58

Tints of Indian Red #D15F58

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.23%

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

R = 53.32%
G = 24.23%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D15F58 (or 0xD15F58) is known color: Indian Red. HEX triplet: D1, 5F and 58. RGB value is (209,95,88). Sum of RGB (Red+Green+Blue) = 209+95+88=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15F58 is #2EA0A7. Grayscale: #808080. Windows color (decimal): -3055784 or 5791697. OLE color: 5791697.

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

Color convert

RGB 209 95 88 -
CMYK 0 0.55 0.58 0.18
HSL 3.47º 0.57% 0.58% -
HSV(B) 3.47º 0.58% 0.82% -
XYZ 32.15 22.44 11.87 -
YUV 128.29 105.27 185.57 -
System Red Green Blue C M Y K H S L
Decimal 209 95 88 0 0.55 0.58 0.18 3.47 0.57 0.58
Hex D1 5F 58 0 37 3A 12 3 39 3A
Octal 321 137 130 0 67 72 22 3 71 72
Binary 11010001 1011111 1011000 0 110111 111010 10010 11 111001 111010

Color Harmonies of #D15F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15F58

Black with #D15F58

Text Example


Text Example

White with #D15F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15F58; }

 p { color: rgb(209,95,88); }

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

background-color css

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

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

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

border-color css

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

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

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