Html Css Color HEX #D16464 Indian Red

📋 copy color: '#D16464'

red 209 ◦ green 100 ◦ blue 100

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

Shades of Indian Red #D16464

Tints of Indian Red #D16464

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.45%

 BLUE value IS 100 (39.45% from 255) = 24.45%

R = 51.1%
G = 24.45%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D16464 (or 0xD16464) is known color: Indian Red. HEX triplet: D1, 64 and 64. RGB value is (209,100,100). Sum of RGB (Red+Green+Blue) = 209+100+100=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D16464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16464 is #2E9B9B. Grayscale: #848484. Windows color (decimal): -3054492 or 6579409. OLE color: 6579409.

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

Color convert

RGB 209 100 100 -
CMYK 0 0.52 0.52 0.18
HSL 0.54% 0.61% -
HSV(B) 0.52% 0.82% -
XYZ 33.15 23.59 14.86 -
YUV 132.59 109.61 182.5 -
System Red Green Blue C M Y K H S L
Decimal 209 100 100 0 0.52 0.52 0.18 0 0.54 0.61
Hex D1 64 64 0 34 34 12 0 36 3D
Octal 321 144 144 0 64 64 22 0 66 75
Binary 11010001 1100100 1100100 0 110100 110100 10010 0 110110 111101

Color Harmonies of #D16464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16464

Black with #D16464

Text Example


Text Example

White with #D16464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16464; }

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

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

background-color css

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

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

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

border-color css

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

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

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