Html Css Color HEX #D16260 Indian Red

📋 copy color: '#D16260'

red 209 ◦ green 98 ◦ blue 96

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

Shades of Indian Red #D16260

Tints of Indian Red #D16260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.82%

R = 51.86%
G = 24.32%
B = 23.82%

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

#D16260 (or 0xD16260) is known color: Indian Red. HEX triplet: D1, 62 and 60. RGB value is (209,98,96). Sum of RGB (Red+Green+Blue) = 209+98+96=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D16260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16260 is #2E9D9F. Grayscale: #838383. Windows color (decimal): -3055008 or 6316753. OLE color: 6316753.

HSL color Cylindrical-coordinate representation of color #D16260: hue angle of 1.06º 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 #D16260 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 98 96 -
CMYK 0 0.53 0.54 0.18
HSL 1.06º 0.55% 0.6% -
HSV(B) 1.06º 0.54% 0.82% -
XYZ 32.77 23.14 13.8 -
YUV 130.96 108.27 183.66 -
System Red Green Blue C M Y K H S L
Decimal 209 98 96 0 0.53 0.54 0.18 1.06 0.55 0.6
Hex D1 62 60 0 35 36 12 1 37 3C
Octal 321 142 140 0 65 66 22 1 67 74
Binary 11010001 1100010 1100000 0 110101 110110 10010 1 110111 111100

Color Harmonies of #D16260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16260

Black with #D16260

Text Example


Text Example

White with #D16260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16260; }

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

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

background-color css

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

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

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

border-color css

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

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

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