Html Css Color HEX #D1615D Indian Red

📋 copy color: '#D1615D'

red 209 ◦ green 97 ◦ blue 93

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

Shades of Indian Red #D1615D

Tints of Indian Red #D1615D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.31%

 BLUE value IS 93 (36.72% from 255) = 23.31%

R = 52.38%
G = 24.31%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1615D (or 0xD1615D) is known color: Indian Red. HEX triplet: D1, 61 and 5D. RGB value is (209,97,93). Sum of RGB (Red+Green+Blue) = 209+97+93=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D1615D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1615D is #2E9EA2. Grayscale: #828282. Windows color (decimal): -3055267 or 6119889. OLE color: 6119889.

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

Color convert

RGB 209 97 93 -
CMYK 0 0.54 0.56 0.18
HSL 2.07º 0.56% 0.59% -
HSV(B) 2.07º 0.56% 0.82% -
XYZ 32.54 22.9 13.06 -
YUV 130.03 107.11 184.33 -
System Red Green Blue C M Y K H S L
Decimal 209 97 93 0 0.54 0.56 0.18 2.07 0.56 0.59
Hex D1 61 5D 0 36 38 12 2 38 3B
Octal 321 141 135 0 66 70 22 2 70 73
Binary 11010001 1100001 1011101 0 110110 111000 10010 10 111000 111011

Color Harmonies of #D1615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1615D

Black with #D1615D

Text Example


Text Example

White with #D1615D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1615D; }

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

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

background-color css

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

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

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

border-color css

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

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

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