#D06360

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

Shades of Indian Red #D06360

Tints of Indian Red #D06360

Color information

#D06360 (or 0xD06360) is unknown color: approx Indian Red. HEX triplet: D0, 63 and 60. RGB value is (208,99,96). Sum of RGB (Red+Green+Blue) = 208+99+96=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D06360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06360 is #2F9C9F. Grayscale: #838383. Windows color (decimal): -3120288 or 6317008. OLE color: 6317008.

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

Color convert

RGB2089996-
CMYK00.520.540.18
HSL1.61º54.37%59.61%-
HSV(B)1.61º53.85%81.57%-
XYZ32.5923.1813.82-
YUV131.25108.11182.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.61%
GREEN value IS 99 (39.06% from 255) = 24.57%
BLUE value IS 96 (37.89% from 255) = 23.82%
R=51.61%
G=24.57%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208999600.520.540.181.6154.3759.61
HexD0636003436122363c
Octal320143140064662226674
Binary110100001100011110000001101001101101001010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06360; }

 p { color: rgb(208,99,96); }

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

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

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

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

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

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

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