#D06464

Color #D06464 Indian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Red #D06464

Tints of Indian Red #D06464

Color information

#D06464 (or 0xD06464) is unknown color: approx Indian Red. HEX triplet: D0, 64 and 64. RGB value is (208,100,100). Sum of RGB (Red+Green+Blue) = 208+100+100=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D06464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06464 is #2F9B9B. Grayscale: #848484. Windows color (decimal): -3120028 or 6579408. OLE color: 6579408.

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

Color convert

RGB208100100-
CMYK00.520.520.18
HSL53.47%60.39%-
HSV(B)51.92%81.57%-
XYZ32.8723.4414.85-
YUV132.29109.78182-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.98%
GREEN value IS 100 (39.45% from 255) = 24.51%
BLUE value IS 100 (39.45% from 255) = 24.51%
R=50.98%
G=24.51%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810010000.520.520.18053.4760.39
HexD0646403434120353c
Octal320144144064642206574
Binary11010000110010011001000110100110100100100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06464; }

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

 H1.HeaderClassName
 {
   color: #D06464;
 }
 .AnyTagClassName
 {
   color: #D06464;
 }
</style>
background-color css

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

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

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

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

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

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