Html Css Color HEX #D16261 Indian Red

📋 copy color: '#D16261'

red 209 ◦ green 98 ◦ blue 97

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

Shades of Indian Red #D16261

Tints of Indian Red #D16261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.26%

 BLUE value IS 97 (38.28% from 255) = 24.01%

R = 51.73%
G = 24.26%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D16261 (or 0xD16261) is known color: Indian Red. HEX triplet: D1, 62 and 61. RGB value is (209,98,97). Sum of RGB (Red+Green+Blue) = 209+98+97=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D16261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16261 is #2E9D9E. Grayscale: #838383. Windows color (decimal): -3055007 or 6382289. OLE color: 6382289.

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

Color convert

RGB 209 98 97 -
CMYK 0 0.53 0.54 0.18
HSL 0.54º 0.55% 0.6% -
HSV(B) 0.54º 0.54% 0.82% -
XYZ 32.82 23.15 14.05 -
YUV 131.08 108.77 183.58 -
System Red Green Blue C M Y K H S L
Decimal 209 98 97 0 0.53 0.54 0.18 0.54 0.55 0.6
Hex D1 62 61 0 35 36 12 1 37 3C
Octal 321 142 141 0 65 66 22 1 67 74
Binary 11010001 1100010 1100001 0 110101 110110 10010 1 110111 111100

Color Harmonies of #D16261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16261

Black with #D16261

Text Example


Text Example

White with #D16261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16261; }

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

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

background-color css

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

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

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

border-color css

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

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

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